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

What is Unicode character 𦐕?

The Unicode character 𦐕 U+26415 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+26415.

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!