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

What is Unicode character 𢫖?

The Unicode character 𢫖 U+22AD6 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+22AD6.

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!