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

What is Unicode character 𧁦?

The Unicode character 𧁦 U+27066 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+27066.

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!