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

What is Unicode character 𢬳?

The Unicode character 𢬳 U+22B33 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+22B33.

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!