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

What is Unicode character 𢑼?

The Unicode character 𢑼 U+2247C 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+2247C.

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!