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

What is Unicode character 𢻰?

The Unicode character 𢻰 U+22EF0 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+22EF0.

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!