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

What is Unicode character 𡐓?

The Unicode character 𡐓 U+21413 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+21413.

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!