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

What is Unicode character 𦭲?

The Unicode character 𦭲 U+26B72 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+26B72.

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!