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

What is Unicode character 𢙈?

The Unicode character 𢙈 U+22648 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+22648.

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!