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

What is Unicode character 𡶃?

The Unicode character 𡶃 U+21D83 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+21D83.

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!