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

What is Unicode character 𩟛?

The Unicode character 𩟛 U+297DB 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+297DB.

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!