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

What is Unicode character 𬻦?

The Unicode character 𬻦 U+2CEE6 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+2CEE6.

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!