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

What is Unicode character 𡵌?

The Unicode character 𡵌 U+21D4C 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+21D4C.

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!