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

What is Unicode character 𢜲?

The Unicode character 𢜲 U+22732 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+22732.

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!