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

What is Unicode character 𢐓?

The Unicode character 𢐓 U+22413 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+22413.

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!