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

What is Unicode character 𭰺?

The Unicode character 𭰺 U+2DC3A 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+2DC3A.

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!