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

What is Unicode character 𢌘?

The Unicode character 𢌘 U+22318 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+22318.

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!