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

What is Unicode character 𦀏?

The Unicode character 𦀏 U+2600F 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+2600F.

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!