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

What is Unicode character ǁ?

The Unicode character ǁ U+01C1 is Latin Letter Lateral Click in the Latin Extended B block.

What does the Unicode character ǁ represent?

The Unicode character ǁ represents Latin Letter Lateral Click.

What is the Unicode code point for ǁ?

The Unicode code point for ǁ is U+01C1.

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