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

What is Unicode character 𢁓?

The Unicode character 𢁓 U+22053 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+22053.

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!