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

What is Unicode character 𧺝?

The Unicode character 𧺝 U+27E9D 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+27E9D.

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!