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>&#168172;</p>
📋
CSS .selector { content: '\290EC' };
📋
JS var unicodeA = '\u290EC ';
📋
CPP char unicodeA = ' \u290EC ';
📋
Java char unicodeA = '\u290EC';
📋
Python unicodeA = '\u290EC'
📋

What is Unicode character 𩃬?

The Unicode character 𩃬 U+290EC 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+290EC.

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!