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

What is Unicode character 𢬪?

The Unicode character 𢬪 U+22B2A 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+22B2A.

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!