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

What is Unicode character 𦂑?

The Unicode character 𦂑 U+26091 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+26091.

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!