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

What is Unicode character 𢍤?

The Unicode character 𢍤 U+22364 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+22364.

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!