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

What is Unicode character 𢁕?

The Unicode character 𢁕 U+22055 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+22055.

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!