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

What is Unicode character 𩃎?

The Unicode character 𩃎 U+290CE 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+290CE.

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!