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

What is Unicode character 𪍲?

The Unicode character 𪍲 U+2A372 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+2A372.

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!