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

What is Unicode character 𢌗?

The Unicode character 𢌗 U+22317 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+22317.

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!