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

What is Unicode character 𢺲?

The Unicode character 𢺲 U+22EB2 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+22EB2.

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!