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

What is Unicode character 𦅗?

The Unicode character 𦅗 U+26157 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+26157.

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!