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

What is Unicode character 𢔇?

The Unicode character 𢔇 U+22507 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+22507.

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!