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

What is Unicode character 𢐗?

The Unicode character 𢐗 U+22417 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+22417.

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!