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

What is Unicode character 𡹐?

The Unicode character 𡹐 U+21E50 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+21E50.

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!