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

What is Unicode character 𮁬?

The Unicode character 𮁬 U+2E06C 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+2E06C.

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!