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>&#143080;</p>
📋
CSS .selector { content: '\22EE8' };
📋
JS var unicodeA = '\u22EE8 ';
📋
CPP char unicodeA = ' \u22EE8 ';
📋
Java char unicodeA = '\u22EE8';
📋
Python unicodeA = '\u22EE8'
📋

What is Unicode character 𢻨?

The Unicode character 𢻨 U+22EE8 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22EE8.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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