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

What is Unicode character 𮡨?

The Unicode character 𮡨 U+2E868 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+2E868.

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!