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

What is Unicode character 𦄍?

The Unicode character 𦄍 U+2610D 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+2610D.

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!