| Nome del simbolo | Hangul Syllable Hwaemt |
| Versione Unicode | 2.0 |
| Unicode | U+D683 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D683 |
| Codice esadecimale | 0xD683 |
| Codice HTML | 횃 |
| LaTeX | \hangul{D683} |
| Simbolo | 횃 |
| Codifica URL (percentuale UTF-8) | %ED%9A%83 |
| Nome parlato / screen reader | Hangul Syllable Hwaemt |
| UTF-8 | ED 9A 83 |
| UTF-16 | D683 |
| UTF-32 | 0000D683 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D683}4\end{document}Puoi digitare il simbolo hangul syllable hwaemt sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 54915 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hwaemt", or use Unicode Hex Input with D683.
Ctrl + Shift + U, type d683, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-hwaemt::before { content: "\D683"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>횃</span>La rappresentazione del simbolo Hangul Syllable Hwaemt nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD683' or String.fromCodePoint(54915) |
| Python | '\N{HANGUL SYLLABLE HWAEMT}' or chr(54915) |
| Rust | '\u{D683}' |
| C / C++ | UTF-8 source or wchar_t with U+D683 |
| Go | string(rune(0xD683)) |
| Ruby | "\u{D683}" |