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>&#140008;</p>
📋
CSS .selector { content: '\222E8' };
📋
JS var unicodeA = '\u222E8 ';
📋
CPP char unicodeA = ' \u222E8 ';
📋
Java char unicodeA = '\u222E8';
📋
Python unicodeA = '\u222E8'
📋

What is Unicode character 𢋨?

The Unicode character 𢋨 U+222E8 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+222E8.

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!