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

What is Unicode character 𦭬?

The Unicode character 𦭬 U+26B6C 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+26B6C.

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!