| Symbolname | Hangul Syllable Ro |
| Unicode-Version | 2.0 |
| Unicode | U+B85C |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \B85C |
| Hexadezimalcode | 0xB85C |
| HTML-Code | 로 |
| LaTeX | \hangul{B85C} |
| Symbol | 로 |
| URL-Kodierung (UTF-8-Prozent) | %EB%A1%9C |
| Ansagename (Screenreader) | Hangul Syllable Ro |
| UTF-8 | EB A1 9C |
| UTF-16 | B85C |
| UTF-32 | 0000B85C |
1\documentclass{article}2\usepackage{pifont}3\hangul{B85C}4\end{document}Sie können das Symbol hangul syllable ro auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 47196 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ro", or use Unicode Hex Input with B85C.
Ctrl + Shift + U, type b85c, 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-ro::before { content: "\B85C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>로</span>Die Darstellung des Symbols Hangul Syllable Ro in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uB85C' or String.fromCodePoint(47196) |
| Python | '\N{HANGUL SYLLABLE RO}' or chr(47196) |
| Rust | '\u{B85C}' |
| C / C++ | UTF-8 source or wchar_t with U+B85C |
| Go | string(rune(0xB85C)) |
| Ruby | "\u{B85C}" |