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

What is Unicode character 𮬦?

The Unicode character 𮬦 U+2EB26 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+2EB26.

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!