| Nome del simbolo | Strength Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+529B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \529B |
| Codice esadecimale | 0x529B |
| Codice HTML | 力 |
| LaTeX | \CJKchar{529B} |
| Simbolo | 力 |
| Codifica URL (percentuale UTF-8) | %E5%8A%9B |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo strength hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Strength Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |