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

What is Unicode character 𡬵?

The Unicode character 𡬵 U+21B35 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+21B35.

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!