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

What is Unicode character 𩟍?

The Unicode character 𩟍 U+297CD 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+297CD.

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!