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

What is Unicode character 𢅑?

The Unicode character 𢅑 U+22151 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+22151.

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!