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

What is Unicode character 𢍘?

The Unicode character 𢍘 U+22358 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+22358.

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!