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

What is Unicode character 𢌐?

The Unicode character 𢌐 U+22310 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+22310.

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!