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

What is Unicode character 𬜏?

The Unicode character 𬜏 U+2C70F 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+2C70F.

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!