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

What is Unicode character 𢩰?

The Unicode character 𢩰 U+22A70 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+22A70.

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!