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

What is Unicode character 𦆑?

The Unicode character 𦆑 U+26191 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+26191.

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!