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

What is Unicode character 𣌕?

The Unicode character 𣌕 U+23315 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+23315.

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!