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

What is Unicode character 𧺓?

The Unicode character 𧺓 U+27E93 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+27E93.

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!