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