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

What is Unicode character 𨍲?

The Unicode character 𨍲 U+28372 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+28372.

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!