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

What is Unicode character 𣝨?

The Unicode character 𣝨 U+23768 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+23768.

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!