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

What is Unicode character 𬹲?

The Unicode character 𬹲 U+2CE72 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+2CE72.

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!