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

What is Unicode character 𦬍?

The Unicode character 𦬍 U+26B0D 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+26B0D.

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!