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

What is Unicode character 𢔒?

The Unicode character 𢔒 U+22512 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+22512.

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!