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

What is Unicode character 𤟕?

The Unicode character 𤟕 U+247D5 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+247D5.

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!