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

What is Unicode character 𣅨?

The Unicode character 𣅨 U+23168 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+23168.

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!