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

What is Unicode character 𨀘?

The Unicode character 𨀘 U+28018 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+28018.

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!