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