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

What is Unicode character 𦆍?

The Unicode character 𦆍 U+2618D 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+2618D.

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!