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

What is Unicode character 𬟅?

The Unicode character 𬟅 U+2C7C5 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+2C7C5.

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!