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

What is Unicode character 𦮬?

The Unicode character 𦮬 U+26BAC 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+26BAC.

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!