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

What is Unicode character 𦮨?

The Unicode character 𦮨 U+26BA8 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+26BA8.

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!