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

What is Unicode character 𢵣?

The Unicode character 𢵣 U+22D63 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+22D63.

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!