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

What is Unicode character 𢍕?

The Unicode character 𢍕 U+22355 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+22355.

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!