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