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

What is Unicode character 𧬊?

The Unicode character 𧬊 U+27B0A 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+27B0A.

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!