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

What is Unicode character 𢁰?

The Unicode character 𢁰 U+22070 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+22070.

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!