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

What is Unicode character 𧹔?

The Unicode character 𧹔 U+27E54 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+27E54.

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!