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

What is Unicode character 𤃨?

The Unicode character 𤃨 U+240E8 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+240E8.

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!