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

What is Unicode character 𡬝?

The Unicode character 𡬝 U+21B1D 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+21B1D.

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!