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

What is Unicode character 𡵀?

The Unicode character 𡵀 U+21D40 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+21D40.

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!