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

What is Unicode character 𪕢?

The Unicode character 𪕢 U+2A562 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A562.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!