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>&#148588;</p>
📋
CSS .selector { content: '\2446C' };
📋
JS var unicodeA = '\u2446C ';
📋
CPP char unicodeA = ' \u2446C ';
📋
Java char unicodeA = '\u2446C';
📋
Python unicodeA = '\u2446C'
📋

What is Unicode character 𤑬?

The Unicode character 𤑬 U+2446C 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+2446C.

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!