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

What is Unicode character 𦄎?

The Unicode character 𦄎 U+2610E 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+2610E.

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!