Difference between revisions of "Unicode tricks"

From Freephile Wiki
Jump to navigation Jump to search
(using HTML-entities for Unicode)
(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...")
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Warning|The current editor on this wiki is NOT unicode safe.  Unicode characters will be replaced by ? in the editor. You can copy/paste Unicode into the editor and it will save properly, but you won't be able to edit the article properly. As a work-around, you could view the article in one window and edit the article in another so that you can copy/paste back the Unicode charactersAs a more permanent solution, we're using the HTML-entity equivalents until we can make the editor Unicode safe.}}
+
Sometimes you just want a character that is not a standard letter, that will show up in email or a webpageFor example, we made this handy '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.
+
== ? ? ? ==
  
== ☐ ☑ ☒ ==
+
The standardised Unicode characters that best represent a checkbox are:
  
The standardized 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 ☑.
  
&#x2610;, U+2610 Ballot box <br>
+
(There is also U+2612 using an X, ?.)
&#x2611;, U+2611 Ballot box with check <br>
 
&#x2612;, U+2612 Ballot box with X <br>
 
  
If you don't have a Unicode-safe editor you can use the HTML entity equivalent:<br>
+
See also: [[wp:Checkbox]] [[Fonts]] [[I18N]]
&amp;#x2610; <br>
 
&amp;#x2611; <br>
 
&amp;#x2612; <br>
 
 
 
== See also ==
 
 
 
[[wp:Checkbox]] [[Fonts]] [[I18n]]
 
  
 
[[Category:Fonts]]
 
[[Category:Fonts]]

Revision as of 13:53, 13 January 2016

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