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

What is Unicode character 𦘕?

The Unicode character 𦘕 U+26615 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+26615.

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!