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

What is Unicode character 𢅤?

The Unicode character 𢅤 U+22164 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+22164.

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!