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

What is Unicode character 𢅐?

The Unicode character 𢅐 U+22150 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+22150.

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!