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

What is Unicode character 𢚐?

The Unicode character 𢚐 U+22690 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+22690.

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!