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

What is Unicode character 𬶝?

The Unicode character 𬶝 U+2CD9D 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+2CD9D.

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!