| Symboolnaam | Longevity Hanzi |
| Unicode-versie | 1.1 |
| Unicode | U+5BFF |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \5BFF |
| Hexadecimale code | 0x5BFF |
| HTML-code | 寿 |
| LaTeX | \CJKchar{5BFF} |
| Symbool | 寿 |
| URL-codering (UTF-8 procent) | %E5%AF%BF |
| Uitgesproken naam / schermlezer | Longevity Hanzi |
| UTF-8 | E5 AF BF |
| UTF-16 | 5BFF |
| UTF-32 | 00005BFF |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{5BFF}4\end{document}Je kunt het longevity hanzi-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 23551 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "longevity hanzi", or use Unicode Hex Input with 5BFF.
Ctrl + Shift + U, type 5bff, then Enter (layout-dependent), or use an IBus CJK table.
Paste from this page, use text replacement, or pick from a Japanese/Chinese keyboard.
Paste from this page or use a keyboard with CJK ideograph support.
1span.cjk-longevity::before { content: "\\5BFF"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>寿</span>De weergave van het Longevity Hanzi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u5BFF' or String.fromCodePoint(23551) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-5BFF}' or chr(23551) |
| Rust | '\u{5BFF}' |
| C / C++ | UTF-8 source or wchar_t with U+5BFF |
| Go | string(rune(0x5BFF)) |
| Ruby | "\u{5BFF}" |