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

What is Unicode character 𧲎?

The Unicode character 𧲎 U+27C8E 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+27C8E.

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!