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

What is Unicode character 𧵢?

The Unicode character 𧵢 U+27D62 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+27D62.

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!