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>&#450;</p>
📋
CSS .selector { content: '\01C2' };
📋
JS var unicodeA = '\u01C2 ';
📋
CPP char unicodeA = ' \u01C2 ';
📋
Java char unicodeA = '\u01C2';
📋
Python unicodeA = '\u01C2'
📋

What is Unicode character ǂ?

The Unicode character ǂ U+01C2 is Latin Letter Alveolar Click in the Latin Extended B block.

What does the Unicode character ǂ represent?

The Unicode character ǂ represents Latin Letter Alveolar Click.

What is the Unicode code point for ǂ?

The Unicode code point for ǂ is U+01C2.

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 Alveolar 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!