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

What is Unicode character 𢙢?

The Unicode character 𢙢 U+22662 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+22662.

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!