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

What is Unicode character 𡐕?

The Unicode character 𡐕 U+21415 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+21415.

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!