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

What is Unicode character 𨆍?

The Unicode character 𨆍 U+2818D 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+2818D.

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!