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

What is Unicode character 𢁗?

The Unicode character 𢁗 U+22057 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+22057.

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!