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

What is Unicode character 𬟨?

The Unicode character 𬟨 U+2C7E8 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+2C7E8.

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!