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

What is Unicode character 𬶙?

The Unicode character 𬶙 U+2CD99 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+2CD99.

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!