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

What is Unicode character 𢰗?

The Unicode character 𢰗 U+22C17 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+22C17.

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!