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>&#149689;</p>
📋
CSS .selector { content: '\248B9' };
📋
JS var unicodeA = '\u248B9 ';
📋
CPP char unicodeA = ' \u248B9 ';
📋
Java char unicodeA = '\u248B9';
📋
Python unicodeA = '\u248B9'
📋

What is Unicode character 𤢹?

The Unicode character 𤢹 U+248B9 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+248B9.

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!