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

What is Unicode character 𦴕?

The Unicode character 𦴕 U+26D15 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+26D15.

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!