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

What is Unicode character 𣝲?

The Unicode character 𣝲 U+23772 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+23772.

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!