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

What is Unicode character 𬑡?

The Unicode character 𬑡 U+2C461 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C461.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!