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

What is Unicode character 𤟛?

The Unicode character 𤟛 U+247DB 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+247DB.

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!