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

What is Unicode character 𦀍?

The Unicode character 𦀍 U+2600D 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+2600D.

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!