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

What is Unicode character 𡔵?

The Unicode character 𡔵 U+21535 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+21535.

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!