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

What is Unicode character 𣕨?

The Unicode character 𣕨 U+23568 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+23568.

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!