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

What is Unicode character 𤕝?

The Unicode character 𤕝 U+2455D 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+2455D.

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!