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

What is Unicode character 𦤕?

The Unicode character 𦤕 U+26915 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+26915.

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!