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

What is Unicode character 𧹐?

The Unicode character 𧹐 U+27E50 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+27E50.

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!