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

What is Unicode character 𢝰?

The Unicode character 𢝰 U+22770 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+22770.

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!