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

What is Unicode character 𢁐?

The Unicode character 𢁐 U+22050 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+22050.

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!