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

What is Unicode character 𬐛?

The Unicode character 𬐛 U+2C41B 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+2C41B.

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!