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

What is Unicode character 𢚓?

The Unicode character 𢚓 U+22693 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+22693.

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!