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

What is Unicode character 𨺲?

The Unicode character 𨺲 U+28EB2 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+28EB2.

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!