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

What is Unicode character 𦬌?

The Unicode character 𦬌 U+26B0C 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+26B0C.

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!