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

What is Unicode character 𢅨?

The Unicode character 𢅨 U+22168 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+22168.

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!