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