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

What is Unicode character 𡁲?

The Unicode character 𡁲 U+21072 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+21072.

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!