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

What is Unicode character 𦼎?

The Unicode character 𦼎 U+26F0E 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+26F0E.

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!