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

What is Unicode character 𦊗?

The Unicode character 𦊗 U+26297 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+26297.

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!