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

What is Unicode character 𬡲?

The Unicode character 𬡲 U+2C872 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+2C872.

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!