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

What is Unicode character 𢑇?

The Unicode character 𢑇 U+22447 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+22447.

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!