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

What is Unicode character 𧺔?

The Unicode character 𧺔 U+27E94 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+27E94.

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!