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

What is Unicode character 𤟩?

The Unicode character 𤟩 U+247E9 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+247E9.

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!