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

What is Unicode character 𢨗?

The Unicode character 𢨗 U+22A17 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+22A17.

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!