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

What is Unicode character 𧲑?

The Unicode character 𧲑 U+27C91 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+27C91.

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!