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

What is Unicode character 𦀨?

The Unicode character 𦀨 U+26028 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+26028.

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!