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>&#141723;</p>
📋
CSS .selector { content: '\2299B' };
📋
JS var unicodeA = '\u2299B ';
📋
CPP char unicodeA = ' \u2299B ';
📋
Java char unicodeA = '\u2299B';
📋
Python unicodeA = '\u2299B'
📋

What is Unicode character 𢦛?

The Unicode character 𢦛 U+2299B 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+2299B.

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!