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

What is Unicode character 𢑡?

The Unicode character 𢑡 U+22461 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+22461.

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!