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

What is Unicode character 𦚗?

The Unicode character 𦚗 U+26697 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+26697.

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!