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

What is Unicode character 𢬗?

The Unicode character 𢬗 U+22B17 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+22B17.

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!