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

What is Unicode character 𢅔?

The Unicode character 𢅔 U+22154 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+22154.

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!