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

What is Unicode character 𧹊?

The Unicode character 𧹊 U+27E4A 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+27E4A.

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!