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

What is Unicode character 𣡨?

The Unicode character 𣡨 U+23868 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+23868.

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!