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

What is Unicode character 𧵣?

The Unicode character 𧵣 U+27D63 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+27D63.

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!