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

What is Unicode character 𰁨?

The Unicode character 𰁨 U+30068 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+30068.

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!