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

What is Unicode character 𦜵?

The Unicode character 𦜵 U+26735 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+26735.

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!