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

What is Unicode character 𢌰?

The Unicode character 𢌰 U+22330 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+22330.

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!