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

What is Unicode character 𢪐?

The Unicode character 𢪐 U+22A90 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+22A90.

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!