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

What is Unicode character 𢔲?

The Unicode character 𢔲 U+22532 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+22532.

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!