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

What is Unicode character 𡙀?

The Unicode character 𡙀 U+21640 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+21640.

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!