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

What is Unicode character 𢍥?

The Unicode character 𢍥 U+22365 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+22365.

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!