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

What is Unicode character 𦅘?

The Unicode character 𦅘 U+26158 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+26158.

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!