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

What is Unicode character 𢑕?

The Unicode character 𢑕 U+22455 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22455.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!