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

What is Unicode character 𡰵?

The Unicode character 𡰵 U+21C35 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+21C35.

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!