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

What is Unicode character 𡵏?

The Unicode character 𡵏 U+21D4F 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+21D4F.

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!