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

What is Unicode character 𧹏?

The Unicode character 𧹏 U+27E4F 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+27E4F.

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!