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

What is Unicode character 𤃹?

The Unicode character 𤃹 U+240F9 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+240F9.

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!