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

What is Unicode character 𰼦?

The Unicode character 𰼦 U+30F26 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30F26.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!