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

What is Unicode character 𡬶?

The Unicode character 𡬶 U+21B36 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+21B36.

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!