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

What is Unicode character 𧻟?

The Unicode character 𧻟 U+27EDF 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+27EDF.

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!