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

What is Unicode character 𢔨?

The Unicode character 𢔨 U+22528 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+22528.

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!