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

What is Unicode character 𦔕?

The Unicode character 𦔕 U+26515 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+26515.

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!