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

What is Unicode character 𦅔?

The Unicode character 𦅔 U+26154 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+26154.

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!