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

What is Unicode character 𨅲?

The Unicode character 𨅲 U+28172 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+28172.

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!