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

What is Unicode character 𡔕?

The Unicode character 𡔕 U+21515 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+21515.

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!