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

What is Unicode character 𬟪?

The Unicode character 𬟪 U+2C7EA 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+2C7EA.

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!