I was wondering whether it is possible to use icon font icons (e.g. Font Awesome) as markers in Google Maps V3 to replace the default marker. To show/insert them in a HTML or PHP document the code for the marker would be:
<i class="icon-map-marker"></i>
In a modern browser one can use the canvas in order to render the font to png, and then use the data URI scheme:
For example:
getIcon("\uf001")
for the music note.