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

What is Unicode character 𧵱?

The Unicode character 𧵱 U+27D71 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+27D71.

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!