free-symbols
ƣ

Latin Small Letter Oi Letter

ƣ is the Latin small letter Oi (U+01A3), used in certain extended Latin orthographies.

U+01A3

ƣ is a Latin Extended character with the Unicode code point U+01A3. It’s commonly encountered when working with texts that require the specific “Oi” letter. You can copy it directly or insert it by its HTML, CSS, or JavaScript escape.

Latin Small Letter Oi Letter Meaning

ƣ (Unicode: U+01A3) is the “LATIN SMALL LETTER OI.” In practice, it represents a specific letter in writing systems that use an “Oi” sound or orthographic convention. It’s not a generic symbol like punctuation; instead, it functions as a distinct alphabetic character. Use it when you need to match the original spelling or typography of a text that includes this letter. If you’re encoding names, place names, or language-specific text, using the correct Unicode character helps avoid mismatches caused by look‑alike letters from other scripts or similar Latin characters.

Common uses

  • Copy/paste for language-specific text that uses the Oi letter
  • Correct spelling in digital documents and localization workflows
  • Typography and proofreading for extended Latin character sets
  • Data entry and database fields that must preserve exact Unicode text
  • Web and app content where the exact character is required for accuracy

Examples

ƣ Latin Small Letter Oi (U+01A3)

  • ƣɾeƣiƣon
  • ƣMiraƣoi
  • ƣoƣē
  • ƣuƣali
  • ƣplaƣio

Variations

Technical codes

UnicodeU+01A3
HTML Entityƣ
HTML Codeƣ
CSS\01A3

FAQ

What does the Latin Small Letter Oi letter mean?

ƣ (Unicode: U+01A3) is the “LATIN SMALL LETTER OI.” In practice, it represents a specific letter in writing systems that use an “Oi” sound or orthographic convention. It’s not a generic symbol like punctuation; instead, it functions as a distinct alphabetic character. Use it when you need to match the original spelling or typography of a text that includes this letter. If you’re encoding names, place names, or language-specific text, using the correct Unicode character helps avoid mismatches caused by look‑alike letters from other scripts or similar Latin characters.

What Unicode character is ƣ?

ƣ is LATIN SMALL LETTER OI with Unicode code point U+01A3.

How can I type ƣ in HTML?

Use the HTML entity ƣ.

How can I insert ƣ in CSS or style strings?

You can use the CSS escape \\01A3.

What is the JavaScript escape for ƣ?

Use \\u{01A3} in JavaScript (for example in template literals or strings).