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

What is Unicode character 𦝲?

The Unicode character 𦝲 U+26772 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+26772.

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!