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

What is Unicode character 𨅀?

The Unicode character 𨅀 U+28140 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+28140.

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!