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

What is Unicode character 𨐕?

The Unicode character 𨐕 U+28415 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+28415.

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!