Difference between revisions of "Unicode tricks"

From Freephile Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{Warning|The current editor on this wiki is NOT unicode safe.  Unicode characters will be replaced by ?.  So, view the article in one window and edit the article in another so that you can copy/paste back the Unicode}}
 +
 
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 checklist|Used Car Buying Checklist]]' without any HTML forms by simply using the Unicode character for a checkbox.
 
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 checklist|Used Car Buying Checklist]]' without any HTML forms by simply using the Unicode character for a checkbox.
  
Line 13: Line 15:
 
?, U+2612 Ballot box with X <br>
 
?, U+2612 Ballot box with X <br>
  
If you don't have a Unicode-safe editor you can naturally spell them as &#x2610; &#x2611; and &#x2612.
+
If you don't have a Unicode-safe editor you can use the HTML entity equivalent ('''terminate each with a semi-colon'''):
 +
&#x2610 <br>
 +
&#x2611 <br>
 +
&#x2612 <br>
  
 
== See also ==
 
== See also ==

Revision as of 15:11, 13 January 2016

The current editor on this wiki is NOT unicode safe. Unicode characters will be replaced by ?. So, view the article in one window and edit the article in another so that you can copy/paste back the Unicode


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]

☐ ☑ ☒[edit | edit source]

The standardized Unicode characters that best represent a checkbox are:

?, U+2610 Ballot box
?, U+2611 Ballot box with check
?, U+2612 Ballot box with X

If you don't have a Unicode-safe editor you can use the HTML entity equivalent (terminate each with a semi-colon): &#x2610
&#x2611
&#x2612

See also[edit | edit source]

wp:Checkbox Fonts I18n