| Symbolname | Strength Hanzi |
| Unicode-Version | 1.1 |
| Unicode | U+529B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \529B |
| Hexadezimalcode | 0x529B |
| HTML-Code | 力 |
| LaTeX | \CJKchar{529B} |
| Symbol | 力 |
| URL-Kodierung (UTF-8-Prozent) | %E5%8A%9B |
| Ansagename (Screenreader) | 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}Sie können das Symbol strength hanzi auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Strength Hanzi in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |