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

What is Unicode character 𨑡?

The Unicode character 𨑡 U+28461 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+28461.

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!