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

What is Unicode character 𬕗?

The Unicode character 𬕗 U+2C557 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+2C557.

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!