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

What is Unicode character 𢼗?

The Unicode character 𢼗 U+22F17 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+22F17.

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!