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

What is Unicode character 𧯎?

The Unicode character 𧯎 U+27BCE 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+27BCE.

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!