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

What is Unicode character 𭨺?

The Unicode character 𭨺 U+2DA3A 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+2DA3A.

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!