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

What is Unicode character 𬹯?

The Unicode character 𬹯 U+2CE6F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CE6F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!