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>&#149390;</p>
📋
CSS .selector { content: '\2478E' };
📋
JS var unicodeA = '\u2478E ';
📋
CPP char unicodeA = ' \u2478E ';
📋
Java char unicodeA = '\u2478E';
📋
Python unicodeA = '\u2478E'
📋

What is Unicode character 𤞎?

The Unicode character 𤞎 U+2478E 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+2478E.

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!