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

What is Unicode character 𤔟?

The Unicode character 𤔟 U+2451F 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+2451F.

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!