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

What is Unicode character 𦵼?

The Unicode character 𦵼 U+26D7C 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+26D7C.

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!