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

What is Unicode character 𣕦?

The Unicode character 𣕦 U+23566 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+23566.

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!