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

What is Unicode character 𨪲?

The Unicode character 𨪲 U+28AB2 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+28AB2.

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!