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

What is Unicode character 𬑕?

The Unicode character 𬑕 U+2C455 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+2C455.

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!