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

What is Unicode character 𭔺?

The Unicode character 𭔺 U+2D53A 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+2D53A.

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!