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

What is Unicode character 𥟓?

The Unicode character 𥟓 U+257D3 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+257D3.

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!