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

What is Unicode character 𬺺?

The Unicode character 𬺺 U+2CEBA 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+2CEBA.

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!