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

What is Unicode character 𡑡?

The Unicode character 𡑡 U+21461 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+21461.

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!