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

What is Unicode character 𬺾?

The Unicode character 𬺾 U+2CEBE 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+2CEBE.

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!