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

What is Unicode character 𡵣?

The Unicode character 𡵣 U+21D63 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+21D63.

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!