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

What is Unicode character 𧬎?

The Unicode character 𧬎 U+27B0E 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+27B0E.

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!