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

What is Unicode character 𤟁?

The Unicode character 𤟁 U+247C1 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+247C1.

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!