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

What is Unicode character 𡨓?

The Unicode character 𡨓 U+21A13 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+21A13.

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!