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

What is Unicode character 𦕰?

The Unicode character 𦕰 U+26570 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+26570.

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!