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

What is Unicode character 𬵡?

The Unicode character 𬵡 U+2CD61 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+2CD61.

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!