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>&#169823;</p>
📋
CSS .selector { content: '\2975F' };
📋
JS var unicodeA = '\u2975F ';
📋
CPP char unicodeA = ' \u2975F ';
📋
Java char unicodeA = '\u2975F';
📋
Python unicodeA = '\u2975F'
📋

What is Unicode character 𩝟?

The Unicode character 𩝟 U+2975F 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+2975F.

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!