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

What is Unicode character 𢄨?

The Unicode character 𢄨 U+22128 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+22128.

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!