| Nombre del símbolo | Hangul Syllable Daemp |
| Versión Unicode | 2.0 |
| Unicode | U+B314 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \B314 |
| Código hexadecimal | 0xB314 |
| Código HTML | 댔 |
| LaTeX | \hangul{B314} |
| Símbolo | 댔 |
| Codificación URL (porcentaje UTF-8) | %EB%8C%94 |
| Nombre oral / lector de pantalla | Hangul Syllable Daemp |
| UTF-8 | EB 8C 94 |
| UTF-16 | B314 |
| UTF-32 | 0000B314 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B314}4\end{document}Puedes escribir el símbolo hangul syllable daemp en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 45844 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable daemp", or use Unicode Hex Input with B314.
Ctrl + Shift + U, type b314, 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-daemp::before { content: "\B314"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>댔</span>La representación del símbolo Hangul Syllable Daemp en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uB314' or String.fromCodePoint(45844) |
| Python | '\N{HANGUL SYLLABLE DAEMP}' or chr(45844) |
| Rust | '\u{B314}' |
| C / C++ | UTF-8 source or wchar_t with U+B314 |
| Go | string(rune(0xB314)) |
| Ruby | "\u{B314}" |