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

What is Unicode character 𬕌?

The Unicode character 𬕌 U+2C54C 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+2C54C.

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!