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

What is Unicode character 𦅙?

The Unicode character 𦅙 U+26159 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+26159.

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!