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

What is Unicode character 𡔐?

The Unicode character 𡔐 U+21510 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+21510.

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!