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

What is Unicode character 𤝎?

The Unicode character 𤝎 U+2474E 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+2474E.

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!