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

What is Unicode character 𢉔?

The Unicode character 𢉔 U+22254 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+22254.

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!