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

What is Unicode character 𤙟?

The Unicode character 𤙟 U+2465F 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+2465F.

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!