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

What is Unicode character 𰙺?

The Unicode character 𰙺 U+3067A 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+3067A.

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!