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

What is Unicode character 𧦑?

The Unicode character 𧦑 U+27991 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+27991.

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!