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

What is Unicode character 𢅘?

The Unicode character 𢅘 U+22158 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+22158.

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!