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

What is Unicode character 𮬼?

The Unicode character 𮬼 U+2EB3C 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+2EB3C.

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!