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

What is Unicode character 𦕲?

The Unicode character 𦕲 U+26572 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+26572.

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!