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

What is Unicode character 𣍲?

The Unicode character 𣍲 U+23372 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+23372.

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!