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

What is Unicode character 𤣎?

The Unicode character 𤣎 U+248CE 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+248CE.

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!