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

What is Unicode character 𤓎?

The Unicode character 𤓎 U+244CE 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+244CE.

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!