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

What is Unicode character 𢴗?

The Unicode character 𢴗 U+22D17 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+22D17.

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!