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

What is Unicode character 𤟬?

The Unicode character 𤟬 U+247EC 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+247EC.

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!