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

What is Unicode character 𤃬?

The Unicode character 𤃬 U+240EC 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+240EC.

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!