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

What is Unicode character 𦴎?

The Unicode character 𦴎 U+26D0E 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+26D0E.

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!