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

What is Unicode character 𭰹?

The Unicode character 𭰹 U+2DC39 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2DC39.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!