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

What is Unicode character 𨚕?

The Unicode character 𨚕 U+28695 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+28695.

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!