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

What is Unicode character 𪍢?

The Unicode character 𪍢 U+2A362 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+2A362.

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!