Technical information

Symbol
NameLatin small letter reversed c
Unicode numberU+2184
CategoryLatin alphabetClaudian letters
DescriptionThe Unicode character ↄ, or U+2184, is named "Latin Small Letter Reversed C". It is part of the "Number Forms" block, which includes characters that represent numbers in various unusual ways. This character falls under the "Letter, Other" category. Visually, it represents a "C" turned 180 degrees, resembling an open "o" or an incomplete circle. The Latin Small Letter Reversed C is not common in most Latin-based alphabets and is often used as a phonetic symbol in the International Phonetic Alphabet (IPA) to represent the voiceless palatal fricative, a sound found in languages such as German and Hungarian. Its specific usage can vary depending on the context and the particular linguistic system in which it is employed.

Encoding

HTML Entityↄ
HTML Entity (hex)ↄ
URL Escape Code%E2%86%84
UTF-8 (hex)0xE2 0x86 0x84
UTF-8 (binary)11100010:10000110:10000100
UTF-160x2184
UTF-320x00002184

Source Code

C, C++, and Java"\u2184"
CSS Code\2184
JavaScript"\u2184"
Perl\x{2184}
Python 2u"\u2184"
Python 3\u2184
Ruby\u{2184}

Preview

This Unicode character looks like this ↄ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#8580;</span>

            
span {
    content: "\2184";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References