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

What is Unicode character 𮡦?

The Unicode character 𮡦 U+2E866 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+2E866.

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!