| Symbol Name | Eternity Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+6C38 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \6C38 |
| Hex Code | 0x6C38 |
| HTML Code | 永 |
| LaTeX | \CJKchar{6C38} |
| Symbol | 永 |
| URL encode (UTF-8 percent) | %E6%B0%B8 |
| Spoken / screen reader name | Eternity Hanzi |
| UTF-8 | E6 B0 B8 |
| UTF-16 | 6C38 |
| UTF-32 | 00006C38 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{6C38}4\end{document}You can type the eternity hanzi symbol on most modern devices with the help of following methods:
Alt + 27704 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "eternity hanzi", or use Unicode Hex Input with 6C38.
Ctrl + Shift + U, type 6c38, 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-eternity::before { content: "\\6C38"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>永</span>Eternity Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u6C38' or String.fromCodePoint(27704) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-6C38}' or chr(27704) |
| Rust | '\u{6C38}' |
| C / C++ | UTF-8 source or wchar_t with U+6C38 |
| Go | string(rune(0x6C38)) |
| Ruby | "\u{6C38}" |