Latin Small Letter O With Diaeresis And Macron vs Latin Small Letter T With Comma Below
VS
Property Comparison
| Property | ȫ 022B | ț 021B |
|---|---|---|
| Name | Latin Small Letter O With Diaeresis And Macron | Latin Small Letter T With Comma Below |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-B | Latin Extended-B |
| Script | Latn | Latn |
| General Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 022B | 021B |
|---|---|---|
| Unicode | U+022B | U+021B |
| HTML Decimal | ȫ | ț |
| HTML Hex | ȫ | ț |
| CSS | \022B | \021B |
| JavaScript | \u{22B} | \u{21B} |
| Python | \u022b | \u021b |
| UTF-8 | c8 ab | c8 9b |
How to Distinguish
Both Latin Small Letter O With Diaeresis And Macron and Latin Small Letter T With Comma Below belong to the Latin Extended category and the Latin Extended-B block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.