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

What is Unicode character 𬟠?

The Unicode character 𬟠 U+2C7E0 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+2C7E0.

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!