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

What is Unicode character 𨁦?

The Unicode character 𨁦 U+28066 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28066.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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