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

What is Unicode character 𤟭?

The Unicode character 𤟭 U+247ED 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+247ED.

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!