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

What is Unicode character 𢑂?

The Unicode character 𢑂 U+22442 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+22442.

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!