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

What is Unicode character 𨚗?

The Unicode character 𨚗 U+28697 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+28697.

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!