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

What is Unicode character 𤡟?

The Unicode character 𤡟 U+2485F 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+2485F.

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!