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

What is Unicode character 𦳎?

The Unicode character 𦳎 U+26CCE 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+26CCE.

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!