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

What is Unicode character 𢐨?

The Unicode character 𢐨 U+22428 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+22428.

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!