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

What is Unicode character 𢬫?

The Unicode character 𢬫 U+22B2B 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+22B2B.

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!