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

What is Unicode character 𡵐?

The Unicode character 𡵐 U+21D50 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+21D50.

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!