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

What is Unicode character 𢽰?

The Unicode character 𢽰 U+22F70 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+22F70.

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!