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

What is Unicode character 𫑕?

The Unicode character 𫑕 U+2B455 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+2B455.

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!