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

What is Unicode character 𬶹?

The Unicode character 𬶹 U+2CDB9 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+2CDB9.

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!