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

What is Unicode character 𤖟?

The Unicode character 𤖟 U+2459F 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+2459F.

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!