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

What is Unicode character 𢀘?

The Unicode character 𢀘 U+22018 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+22018.

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!