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

What is Unicode character 𦭼?

The Unicode character 𦭼 U+26B7C 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+26B7C.

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!