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

What is Unicode character 𤔝?

The Unicode character 𤔝 U+2451D 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+2451D.

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!