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>&#167197;</p>
📋
CSS .selector { content: '\28D1D' };
📋
JS var unicodeA = '\u28D1D ';
📋
CPP char unicodeA = ' \u28D1D ';
📋
Java char unicodeA = '\u28D1D';
📋
Python unicodeA = '\u28D1D'
📋

What is Unicode character 𨴝?

The Unicode character 𨴝 U+28D1D 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+28D1D.

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!