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

What is Unicode character 𨆎?

The Unicode character 𨆎 U+2818E 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+2818E.

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!