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

What is Unicode character 𬺻?

The Unicode character 𬺻 U+2CEBB 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+2CEBB.

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!