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

What is Unicode character 𲁨?

The Unicode character 𲁨 U+32068 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+32068.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!