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

What is Unicode character 𨩲?

The Unicode character 𨩲 U+28A72 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+28A72.

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!