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

What is Unicode character 𰁦?

The Unicode character 𰁦 U+30066 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+30066.

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!