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

What is Unicode character 𦮦?

The Unicode character 𦮦 U+26BA6 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+26BA6.

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!