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

What is Unicode character 𦊔?

The Unicode character 𦊔 U+26294 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+26294.

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!