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

What is Unicode character 𣆕?

The Unicode character 𣆕 U+23195 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+23195.

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!