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

What is Unicode character 𩟓?

The Unicode character 𩟓 U+297D3 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+297D3.

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!