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

What is Unicode character 𡁰?

The Unicode character 𡁰 U+21070 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+21070.

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!