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