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

What is Unicode character 𬕎?

The Unicode character 𬕎 U+2C54E 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+2C54E.

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!