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

What is Unicode character 𰡏?

The Unicode character 𰡏 U+3084F 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+3084F.

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!