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>&#170463;</p>
📋
CSS .selector { content: '\299DF' };
📋
JS var unicodeA = '\u299DF ';
📋
CPP char unicodeA = ' \u299DF ';
📋
Java char unicodeA = '\u299DF';
📋
Python unicodeA = '\u299DF'
📋

What is Unicode character 𩧟?

The Unicode character 𩧟 U+299DF 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+299DF.

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!