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

What is Unicode character 𢌖?

The Unicode character 𢌖 U+22316 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+22316.

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!