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

What is Unicode character 𢔆?

The Unicode character 𢔆 U+22506 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+22506.

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!