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

What is Unicode character 𤝟?

The Unicode character 𤝟 U+2475F 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+2475F.

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!