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

What is Unicode character 𬵔?

The Unicode character 𬵔 U+2CD54 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+2CD54.

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!