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

What is Unicode character 𭔼?

The Unicode character 𭔼 U+2D53C 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+2D53C.

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!