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

What is Unicode character 𣅦?

The Unicode character 𣅦 U+23166 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+23166.

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!