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

What is Unicode character 𧺛?

The Unicode character 𧺛 U+27E9B 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+27E9B.

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!