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

What is Unicode character 𦬊?

The Unicode character 𦬊 U+26B0A 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+26B0A.

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!