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

What is Unicode character 𡹑?

The Unicode character 𡹑 U+21E51 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+21E51.

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!