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

What is Unicode character 𣡦?

The Unicode character 𣡦 U+23866 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+23866.

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!