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

What is Unicode character 𡼵?

The Unicode character 𡼵 U+21F35 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+21F35.

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!