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