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

What is Unicode character 𦚕?

The Unicode character 𦚕 U+26695 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+26695.

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!