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

What is Unicode character 𡙓?

The Unicode character 𡙓 U+21653 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+21653.

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!