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>&#191014;</p>
📋
CSS .selector { content: '\2EA26' };
📋
JS var unicodeA = '\u2EA26 ';
📋
CPP char unicodeA = ' \u2EA26 ';
📋
Java char unicodeA = '\u2EA26';
📋
Python unicodeA = '\u2EA26'
📋

What is Unicode character 𮨦?

The Unicode character 𮨦 U+2EA26 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2EA26.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!