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

What is Unicode character 𢘔?

The Unicode character 𢘔 U+22614 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+22614.

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!