Latin Small Letter O With Horn And Acute Letter
“ớ” is a Latin extended letter: o with horn and an acute accent.
U+1EDB
“ớ” is a Unicode Latin Extended character used in languages and romanization systems that require a specific “o” diacritic combination. This page helps you copy it accurately and use it in HTML, CSS, and JavaScript.
Latin Small Letter O With Horn And Acute Letter Meaning
“ớ” (Unicode U+1EDB) is a lowercase Latin letter that combines the base letter “o” with two diacritics: a horn and an acute accent. Because it is a single precomposed character (not two separate marks), it’s best used when the exact glyph is required rather than approximating it with basic “o” plus combining accents. You’ll most often encounter it in text written with Vietnamese and other orthographies/romanization practices that use this diacritic set, where the distinction can change meaning or pronunciation.
Common uses
- •Typing or displaying Vietnamese text where “ớ” appears in correct orthography
- •Designing posters, flyers, or forms that must match official spelling
- •Translating and proofreading documents that contain precise diacritics
- •Creating social media captions or usernames using the correct character
- •Programming input/output (strings, labels) that require the exact Unicode character
Examples
ớ — Latin Small Letter O with Horn and Acute
- ớTôi ớn lạnh.
- ớNgày hôm ớt, tôi nhớ bạn.
- ớCảm ơn vì đã giúp ớ.
- ớBản tin: ớ sắp về.
- ớViết đúng: ớ không phải o.
Variations
Technical codes
| Unicode | U+1EDB | |
| HTML Entity | ớ | |
| HTML Code | ớ | |
| CSS | \1EDB |
FAQ
What does the Latin Small Letter O With Horn And Acute letter mean?
“ớ” (Unicode U+1EDB) is a lowercase Latin letter that combines the base letter “o” with two diacritics: a horn and an acute accent. Because it is a single precomposed character (not two separate marks), it’s best used when the exact glyph is required rather than approximating it with basic “o” plus combining accents. You’ll most often encounter it in text written with Vietnamese and other orthographies/romanization practices that use this diacritic set, where the distinction can change meaning or pronunciation.
What Unicode character is “ớ”?
“ớ” is LATIN SMALL LETTER O WITH HORN AND ACUTE, code point U+1EDB.
How do I copy “ớ” into HTML?
Use the HTML entity: ớ.
What CSS escape should I use for “ớ”?
Use the CSS escape: \\1EDB.
How do I write “ớ” in JavaScript?
Use: \\u{1EDB}.