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

What is Unicode character 𦝰?

The Unicode character 𦝰 U+26770 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+26770.

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!