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

What is Unicode character 𦰎?

The Unicode character 𦰎 U+26C0E 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+26C0E.

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!