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

What is Unicode character 𢘕?

The Unicode character 𢘕 U+22615 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+22615.

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!