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

What is Unicode character 𡨭?

The Unicode character 𡨭 U+21A2D 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+21A2D.

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!