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

What is Unicode character 𡀨?

The Unicode character 𡀨 U+21028 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+21028.

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!