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

What is Unicode character 𡬓?

The Unicode character 𡬓 U+21B13 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+21B13.

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!