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

What is Unicode character 𡍐?

The Unicode character 𡍐 U+21350 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+21350.

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!