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

What is Unicode character 𧺍?

The Unicode character 𧺍 U+27E8D 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+27E8D.

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!