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

What is Unicode character 𡁵?

The Unicode character 𡁵 U+21075 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+21075.

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!