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

What is Unicode character 𦼰?

The Unicode character 𦼰 U+26F30 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+26F30.

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!