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

What is Unicode character 𬟥?

The Unicode character 𬟥 U+2C7E5 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+2C7E5.

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!