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

What is Unicode character 𨻀?

The Unicode character 𨻀 U+28EC0 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+28EC0.

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!