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

What is Unicode character 𫕎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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