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

What is Unicode character 𬺝?

The Unicode character 𬺝 U+2CE9D 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+2CE9D.

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!