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

What is Unicode character 𢪦?

The Unicode character 𢪦 U+22AA6 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+22AA6.

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!