| Symbol Name | Hangul Syllable Ddyalh |
| Unicode Version | 2.0 |
| Unicode | U+B577 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B577 |
| Hex Code | 0xB577 |
| HTML Code | 땷 |
| LaTeX | \hangul{B577} |
| Symbol | 땷 |
| URL encode (UTF-8 percent) | %EB%95%B7 |
| Spoken / screen reader name | Hangul Syllable Ddyalh |
| UTF-8 | EB 95 B7 |
| UTF-16 | B577 |
| UTF-32 | 0000B577 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B577}4\end{document}You can type the hangul syllable ddyalh symbol on most modern devices with the help of following methods:
Alt + 46455 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddyalh", or use Unicode Hex Input with B577.
Ctrl + Shift + U, type b577, 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-ddyalh::before { content: "\B577"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>땷</span>Hangul Syllable Ddyalh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB577' or String.fromCodePoint(46455) |
| Python | '\N{HANGUL SYLLABLE DDYALH}' or chr(46455) |
| Rust | '\u{B577}' |
| C / C++ | UTF-8 source or wchar_t with U+B577 |
| Go | string(rune(0xB577)) |
| Ruby | "\u{B577}" |