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

What is Unicode character 𣦕?

The Unicode character 𣦕 U+23995 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+23995.

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!