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

What is Unicode character 𬻬?

The Unicode character 𬻬 U+2CEEC 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+2CEEC.

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!