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