Css Styling

Size
ǃ
15px
ǃ
18px
ǃ
21px
ǃ
24px
ǃ
27px
ǃ
30px
ǃ
33px
ǃ
36px
ǃ
42px
ǃ
48px
ǃ
54px
ǃ
60px
ǃ
66px
ǃ
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ǃ
Bold
ǃ
Italic
ǃ
Underline
ǃ
Strikethrough
ǃ
UpperCase
ǃ
LowerCase
ǃ
Oblique
A ǃ
Subscript
A ǃ
Superscript
ǃ
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ǃ
Arial
ǃ
Times New Roman
ǃ
Verdana
ǃ
Courier New
ǃ
Garamond
ǃ
Georgia
ǃ
Trebuchet MS
ǃ
Tahoma
ǃ
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ǃ
White
ǃ
Brown
ǃ
Maroon
ǃ
Magenta
ǃ
Red
ǃ
Orange
ǃ
Yellow
ǃ
Green
ǃ
Teal
ǃ
Cyan
ǃ
Blue
ǃ
Violet
ǃ
Purple
ǃ
Indigo
ǃ
Gray
ǃ
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ǃ
White
ǃ
Brown
ǃ
Maroon
ǃ
Magenta
ǃ
Red
ǃ
Orange
ǃ
Yellow
ǃ
Green
ǃ
Teal
ǃ
Cyan
ǃ
Blue
ǃ
Violet
ǃ
Purple
ǃ
Indigo
ǃ
Gray
ǃ
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Latin Extended B

Code Snippets

Lang Example Copy
HTML <p>&#451;</p>
📋
CSS .selector { content: '\01C3' };
📋
JS var unicodeA = '\u01C3 ';
📋
CPP char unicodeA = ' \u01C3 ';
📋
Java char unicodeA = '\u01C3';
📋
Python unicodeA = '\u01C3'
📋

What is Unicode character ǃ?

The Unicode character ǃ U+01C3 is Latin Letter Retroflex Click in the Latin Extended B block.

What does the Unicode character ǃ represent?

The Unicode character ǃ represents Latin Letter Retroflex Click.

What is the Unicode code point for ǃ?

The Unicode code point for ǃ is U+01C3.

Is the appearance of the ǃ character consistent across all platforms?

The appearance of the ǃ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Letter Retroflex Click remains consistent.

How can I ensure the ǃ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ǃ character.

In which version was Unicode character ǃ released, and to which block of characters does it belong?

Unicode character ǃ was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Line Emoji
Word Break MidNumNum
Copied!