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

What is Unicode character 𧎑?

The Unicode character 𧎑 U+27391 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+27391.

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!