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

What is Unicode character 𦑡?

The Unicode character 𦑡 U+26461 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+26461.

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!