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

What is Unicode character 𡌵?

The Unicode character 𡌵 U+21335 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+21335.

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!