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

What is Unicode character 𡌕?

The Unicode character 𡌕 U+21315 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+21315.

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!