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

What is Unicode character 𡵲?

The Unicode character 𡵲 U+21D72 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+21D72.

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!