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

What is Unicode character 𦊑?

The Unicode character 𦊑 U+26291 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+26291.

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!