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

What is Unicode character 𡵑?

The Unicode character 𡵑 U+21D51 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+21D51.

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!