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

What is Unicode character 𬹊?

The Unicode character 𬹊 U+2CE4A 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+2CE4A.

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!