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

What is Unicode character 𣤕?

The Unicode character 𣤕 U+23915 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+23915.

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!