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

What is Unicode character 𮈨?

The Unicode character 𮈨 U+2E228 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+2E228.

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!