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

What is Unicode character 𡵎?

The Unicode character 𡵎 U+21D4E 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+21D4E.

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!