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

What is Unicode character 𨀧?

The Unicode character 𨀧 U+28027 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+28027.

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!