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

What is Unicode character 𣟕?

The Unicode character 𣟕 U+237D5 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+237D5.

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!