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

What is Unicode character 𢊓?

The Unicode character 𢊓 U+22293 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+22293.

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!