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

What is Unicode character 𤟅?

The Unicode character 𤟅 U+247C5 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+247C5.

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!