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

What is Unicode character 𧮬?

The Unicode character 𧮬 U+27BAC 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+27BAC.

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!