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.

Code Snippets

Lang Example Copy
HTML <p>&#180251;</p>
📋
CSS .selector { content: '\2C01B' };
📋
JS var unicodeA = '\u2C01B ';
📋
CPP char unicodeA = ' \u2C01B ';
📋
Java char unicodeA = '\u2C01B';
📋
Python unicodeA = '\u2C01B'
📋

What is Unicode character 𬀛?

The Unicode character 𬀛 U+2C01B is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬀛 represent?

The Unicode character 𬀛 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬀛?

The Unicode code point for 𬀛 is U+2C01B.

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 Cjk Unified Ideograph- 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 Han 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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!