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>&#169949;</p>
📋
CSS .selector { content: '\297DD' };
📋
JS var unicodeA = '\u297DD ';
📋
CPP char unicodeA = ' \u297DD ';
📋
Java char unicodeA = '\u297DD';
📋
Python unicodeA = '\u297DD'
📋

What is Unicode character 𩟝?

The Unicode character 𩟝 U+297DD 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+297DD.

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!