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

What is Unicode character 𬜬?

The Unicode character 𬜬 U+2C72C 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+2C72C.

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!