| Nome del simbolo | Hangul Syllable Dweogs |
| Versione Unicode | 2.0 |
| Unicode | U+B46F |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \B46F |
| Codice esadecimale | 0xB46F |
| Codice HTML | 둯 |
| LaTeX | \hangul{B46F} |
| Simbolo | 둯 |
| Codifica URL (percentuale UTF-8) | %EB%91%AF |
| Nome parlato / screen reader | Hangul Syllable Dweogs |
| UTF-8 | EB 91 AF |
| UTF-16 | B46F |
| UTF-32 | 0000B46F |
1\documentclass{article}2\usepackage{pifont}3\hangul{B46F}4\end{document}Puoi digitare il simbolo hangul syllable dweogs sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 46191 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable dweogs", or use Unicode Hex Input with B46F.
Ctrl + Shift + U, type b46f, 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-dweogs::before { content: "\B46F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>둯</span>La rappresentazione del simbolo Hangul Syllable Dweogs nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uB46F' or String.fromCodePoint(46191) |
| Python | '\N{HANGUL SYLLABLE DWEOGS}' or chr(46191) |
| Rust | '\u{B46F}' |
| C / C++ | UTF-8 source or wchar_t with U+B46F |
| Go | string(rune(0xB46F)) |
| Ruby | "\u{B46F}" |