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

What is Unicode character 𢁑?

The Unicode character 𢁑 U+22051 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+22051.

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!