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

What is Unicode character 𬟮?

The Unicode character 𬟮 U+2C7EE 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+2C7EE.

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!