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

What is Unicode character 𡬍?

The Unicode character 𡬍 U+21B0D 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+21B0D.

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!