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

What is Unicode character 𤝍?

The Unicode character 𤝍 U+2474D 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+2474D.

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!