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

What is Unicode character 𦺼?

The Unicode character 𦺼 U+26EBC 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+26EBC.

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!