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

What is Unicode character 𭨹?

The Unicode character 𭨹 U+2DA39 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+2DA39.

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!