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

What is Unicode character 𢦐?

The Unicode character 𢦐 U+22990 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+22990.

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!