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

What is Unicode character 𢔉?

The Unicode character 𢔉 U+22509 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+22509.

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!