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

What is Unicode character 𬷹?

The Unicode character 𬷹 U+2CDF9 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+2CDF9.

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!