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

What is Unicode character 𢬵?

The Unicode character 𢬵 U+22B35 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+22B35.

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!