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

What is Unicode character 𡨅?

The Unicode character 𡨅 U+21A05 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+21A05.

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!