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

What is Unicode character 𦚅?

The Unicode character 𦚅 U+26685 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+26685.

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!