Unicode tricks

From Freephile Wiki
Revision as of 13:53, 13 January 2016 by Freephile (talk | contribs) (Created page with "Sometimes you just want a character that is not a standard letter, that will show up in email or a webpage. For example, we made this handy 'Used Car Buying Checklist' withou...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sometimes you just want a character that is not a standard letter, that will show up in email or a webpage. For example, we made this handy 'Used Car Buying Checklist' without any HTML forms by simply using the Unicode character for a checkbox.

? ? ?[edit | edit source]

The standardised Unicode characters that best represent a checkbox are:

?, U+2610 Ballot box ?, U+2611 Ballot box with check If you don't have a Unicode-safe editor you can naturally spell them as ☐ and ☑.

(There is also U+2612 using an X, ?.)

See also: wp:Checkbox Fonts I18N