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

What is Unicode character 𦚐?

The Unicode character 𦚐 U+26690 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+26690.

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!