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

What is Unicode character 𬣫?

The Unicode character 𬣫 U+2C8EB 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+2C8EB.

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!