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

What is Unicode character 𬕏?

The Unicode character 𬕏 U+2C54F 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+2C54F.

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!