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

What is Unicode character 𦼕?

The Unicode character 𦼕 U+26F15 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+26F15.

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!