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

What is Unicode character 𬺰?

The Unicode character 𬺰 U+2CEB0 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+2CEB0.

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!