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

What is Unicode character 𬕊?

The Unicode character 𬕊 U+2C54A 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+2C54A.

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!