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

What is Unicode character 𧺲?

The Unicode character 𧺲 U+27EB2 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+27EB2.

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!