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

What is Unicode character 𧹟?

The Unicode character 𧹟 U+27E5F 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+27E5F.

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!