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

What is Unicode character 𧹍?

The Unicode character 𧹍 U+27E4D 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+27E4D.

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!