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

What is Unicode character 𦅕?

The Unicode character 𦅕 U+26155 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+26155.

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!