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

What is Unicode character 𢔗?

The Unicode character 𢔗 U+22517 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+22517.

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!