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

What is Unicode character 𦊖?

The Unicode character 𦊖 U+26296 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+26296.

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!