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

What is Unicode character 𢙲?

The Unicode character 𢙲 U+22672 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+22672.

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!