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

What is Unicode character 𡵊?

The Unicode character 𡵊 U+21D4A 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+21D4A.

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!