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

What is Unicode character 𡮬?

The Unicode character 𡮬 U+21BAC 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+21BAC.

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!