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

What is Unicode character 𦁲?

The Unicode character 𦁲 U+26072 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+26072.

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!