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

What is Unicode character 𦶑?

The Unicode character 𦶑 U+26D91 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+26D91.

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!