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

What is Unicode character 𨚙?

The Unicode character 𨚙 U+28699 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+28699.

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!