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

What is Unicode character 𲁰?

The Unicode character 𲁰 U+32070 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+32070.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!