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

What is Unicode character 𧹑?

The Unicode character 𧹑 U+27E51 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+27E51.

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!