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

What is Unicode character 𢬂?

The Unicode character 𢬂 U+22B02 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+22B02.

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!