Template:Unicode character link
Jump to navigation
Jump to search
Documentation The documentation below is transcluded from Template:Unicode character link/doc. (edit | history)
[purge]
Displays the code point and name of a Unicode character (not the character itself) in a standardized way, along with a link to an info page about the character at symbl.cc.
Usage
{{ unicode character link | <hexadecimal code point> | <character name> (optional) | nl/nolink = y/yes }}
- First unnamed parameter
Code point of the character, in hexadecimal four-digit format and without the U+ prefix, e.g. 0030.
- Second unnamed parameter
Name of the Unicode character, will be stylized in all-uppercase in a smaller font size.
- nl or nolink
Suppresses the link and only applies the formatting.
Examples
| Code | Result |
|---|---|
{{unicode character link|2192}} |
U+2192
|
{{unicode character link|2192|rightwards arrow}} |
U+2192 RIGHTWARDS ARROW
|
{{unicode character link|2192|nl=y}} |
U+2192
|
{{unicode character link|2192|rightwards arrow|nl=y}} |
U+2192 RIGHTWARDS ARROW
|