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

What is Unicode character 𢫦?

The Unicode character 𢫦 U+22AE6 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+22AE6.

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!