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

What is Unicode character 𬻢?

The Unicode character 𬻢 U+2CEE2 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+2CEE2.

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!