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>&#183632;</p>
📋
CSS .selector { content: '\2CD50' };
📋
JS var unicodeA = '\u2CD50 ';
📋
CPP char unicodeA = ' \u2CD50 ';
📋
Java char unicodeA = '\u2CD50';
📋
Python unicodeA = '\u2CD50'
📋

What is Unicode character 𬵐?

The Unicode character 𬵐 U+2CD50 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CD50.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!