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

What is Unicode character 𧺖?

The Unicode character 𧺖 U+27E96 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+27E96.

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!