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

What is Unicode character 𦱬?

The Unicode character 𦱬 U+26C6C 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+26C6C.

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!