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>&#181249;</p>
📋
CSS .selector { content: '\2C401' };
📋
JS var unicodeA = '\u2C401 ';
📋
CPP char unicodeA = ' \u2C401 ';
📋
Java char unicodeA = '\u2C401';
📋
Python unicodeA = '\u2C401'
📋

What is Unicode character 𬐁?

The Unicode character 𬐁 U+2C401 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+2C401.

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!