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

What is Unicode character 𢍠?

The Unicode character 𢍠 U+22360 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+22360.

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!