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

What is Unicode character 𨆗?

The Unicode character 𨆗 U+28197 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+28197.

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!