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

What is Unicode character 𨀦?

The Unicode character 𨀦 U+28026 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+28026.

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!