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

What is Unicode character 𢔐?

The Unicode character 𢔐 U+22510 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+22510.

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!