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