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

What is Unicode character 𢀨?

The Unicode character 𢀨 U+22028 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+22028.

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!