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>&#164878;</p>
📋
CSS .selector { content: '\2840E' };
📋
JS var unicodeA = '\u2840E ';
📋
CPP char unicodeA = ' \u2840E ';
📋
Java char unicodeA = '\u2840E';
📋
Python unicodeA = '\u2840E'
📋

What is Unicode character 𨐎?

The Unicode character 𨐎 U+2840E 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+2840E.

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!