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

What is Unicode character 𢘙?

The Unicode character 𢘙 U+22619 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+22619.

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!