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

What is Unicode character 𡔨?

The Unicode character 𡔨 U+21528 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+21528.

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!