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

What is Unicode character 𦅖?

The Unicode character 𦅖 U+26156 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+26156.

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!