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

What is Unicode character 𤟹?

The Unicode character 𤟹 U+247F9 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+247F9.

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!