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

What is Unicode character 𣟅?

The Unicode character 𣟅 U+237C5 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+237C5.

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!