| Symbolname | Wind Hanzi |
| Unicode-Version | 1.1 |
| Unicode | U+98A8 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \98A8 |
| Hexadezimalcode | 0x98A8 |
| HTML-Code | 風 |
| LaTeX | \CJKchar{98A8} |
| Symbol | 風 |
| URL-Kodierung (UTF-8-Prozent) | %E9%A2%A8 |
| Ansagename (Screenreader) | Wind Hanzi |
| UTF-8 | E9 A2 A8 |
| UTF-16 | 98A8 |
| UTF-32 | 000098A8 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{98A8}4\end{document}Sie können das Symbol wind hanzi auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 39080 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "wind hanzi", or use Unicode Hex Input with 98A8.
Ctrl + Shift + U, type 98a8, 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-wind::before { content: "\\98A8"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>風</span>Die Darstellung des Symbols Wind Hanzi in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u98A8' or String.fromCodePoint(39080) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-98A8}' or chr(39080) |
| Rust | '\u{98A8}' |
| C / C++ | UTF-8 source or wchar_t with U+98A8 |
| Go | string(rune(0x98A8)) |
| Ruby | "\u{98A8}" |