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

What is Unicode character 𤔍?

The Unicode character 𤔍 U+2450D 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+2450D.

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!