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

What is Unicode character 𢨳?

The Unicode character 𢨳 U+22A33 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+22A33.

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!