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

What is Unicode character 𦻎?

The Unicode character 𦻎 U+26ECE 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+26ECE.

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!