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

What is Unicode character 𭖢?

The Unicode character 𭖢 U+2D5A2 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+2D5A2.

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!