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

What is Unicode character 𦊐?

The Unicode character 𦊐 U+26290 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+26290.

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!