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

What is Unicode character 𬺼?

The Unicode character 𬺼 U+2CEBC 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+2CEBC.

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!