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

What is Unicode character 𰼕?

The Unicode character 𰼕 U+30F15 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+30F15.

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!