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

What is Unicode character 𧺕?

The Unicode character 𧺕 U+27E95 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+27E95.

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!