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

What is Unicode character 𧀨?

The Unicode character 𧀨 U+27028 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+27028.

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!