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

What is Unicode character 𤓬?

The Unicode character 𤓬 U+244EC 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+244EC.

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!