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

What is Unicode character 𡌓?

The Unicode character 𡌓 U+21313 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+21313.

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!