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

What is Unicode character 𡬅?

The Unicode character 𡬅 U+21B05 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+21B05.

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!