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

What is Unicode character 𬺃?

The Unicode character 𬺃 U+2CE83 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+2CE83.

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!