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

What is Unicode character 𣵦?

The Unicode character 𣵦 U+23D66 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+23D66.

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!