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

What is Unicode character 𢬱?

The Unicode character 𢬱 U+22B31 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+22B31.

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!