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

What is Unicode character 𡨵?

The Unicode character 𡨵 U+21A35 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+21A35.

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!