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

What is Unicode character 𡍓?

The Unicode character 𡍓 U+21353 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+21353.

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!