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

What is Unicode character 𨆀?

The Unicode character 𨆀 U+28180 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+28180.

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!