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

What is Unicode character 𬺊?

The Unicode character 𬺊 U+2CE8A 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+2CE8A.

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!