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>&#183986;</p>
📋
CSS .selector { content: '\2CEB2' };
📋
JS var unicodeA = '\u2CEB2 ';
📋
CPP char unicodeA = ' \u2CEB2 ';
📋
Java char unicodeA = '\u2CEB2';
📋
Python unicodeA = '\u2CEB2'
📋

What is Unicode character 𬺲?

The Unicode character 𬺲 U+2CEB2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2CEB2.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!