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

What is Unicode character 𫕍?

The Unicode character 𫕍 U+2B54D 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+2B54D.

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!