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

What is Unicode character 𤔎?

The Unicode character 𤔎 U+2450E 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+2450E.

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!