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

What is Unicode character 𢌨?

The Unicode character 𢌨 U+22328 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+22328.

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!