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

What is Unicode character 𧯬?

The Unicode character 𧯬 U+27BEC 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+27BEC.

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!