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

What is Unicode character 𢘗?

The Unicode character 𢘗 U+22617 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+22617.

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!