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

What is Unicode character 𢐕?

The Unicode character 𢐕 U+22415 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+22415.

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!