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

What is Unicode character 𢘖?

The Unicode character 𢘖 U+22616 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+22616.

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!