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

What is Unicode character 𰙼?

The Unicode character 𰙼 U+3067C 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+3067C.

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!