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

What is Unicode character 𡔶?

The Unicode character 𡔶 U+21536 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+21536.

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!