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

What is Unicode character 𢑻?

The Unicode character 𢑻 U+2247B 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+2247B.

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!