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

What is Unicode character 𬴹?

The Unicode character 𬴹 U+2CD39 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+2CD39.

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!