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

What is Unicode character 𣼕?

The Unicode character 𣼕 U+23F15 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+23F15.

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!