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

What is Unicode character 𩦝?

The Unicode character 𩦝 U+2999D 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+2999D.

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!