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

What is Unicode character 𬺍?

The Unicode character 𬺍 U+2CE8D 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+2CE8D.

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!