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

What is Unicode character 𩦟?

The Unicode character 𩦟 U+2999F 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+2999F.

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!