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

What is Unicode character 𦁰?

The Unicode character 𦁰 U+26070 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+26070.

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!