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

What is Unicode character 𤕟?

The Unicode character 𤕟 U+2455F 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+2455F.

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!