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

What is Unicode character 𦹼?

The Unicode character 𦹼 U+26E7C 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+26E7C.

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!