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

What is Unicode character 𢞐?

The Unicode character 𢞐 U+22790 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+22790.

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!