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

What is Unicode character 𢹰?

The Unicode character 𢹰 U+22E70 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+22E70.

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!