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

What is Unicode character 𬸊?

The Unicode character 𬸊 U+2CE0A 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+2CE0A.

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!