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

What is Unicode character 𧺟?

The Unicode character 𧺟 U+27E9F 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+27E9F.

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!