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

What is Unicode character 𣺲?

The Unicode character 𣺲 U+23EB2 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+23EB2.

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!