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

What is Unicode character 𨁰?

The Unicode character 𨁰 U+28070 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+28070.

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!