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

What is Unicode character 𦹬?

The Unicode character 𦹬 U+26E6C 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+26E6C.

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!