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

What is Unicode character 𬺶?

The Unicode character 𬺶 U+2CEB6 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+2CEB6.

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!