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

What is Unicode character 𩦹?

The Unicode character 𩦹 U+299B9 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+299B9.

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!