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

What is Unicode character 𣝦?

The Unicode character 𣝦 U+23766 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+23766.

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!