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

What is Unicode character 𢔱?

The Unicode character 𢔱 U+22531 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+22531.

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!