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

What is Unicode character 𢀳?

The Unicode character 𢀳 U+22033 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+22033.

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!