C:
char c = '\u1CF8';
printf("%c\n", c); // Output: ᳸
JavaScript:
const char = '\u1CF8';
console.log(char); // Output: ᳸
Java:
char c = '\u1CF8';
System.out.println(c); // Output: ᳸
JSON:
{"text": "\u1CF8"} // Value: ᳸
Python:
char = '\u1CF8'
print(char) # Output: ᳸
Perl:
my $char = "\x{1CF8}";
print $char; # Output: ᳸
PHP:
$char = "\x{1CF8}";
echo $char; // Output: ᳸
Ruby:
char = "\u{1CF8}"
puts char # Output: ᳸
Rust:
let c = '\u{1CF8}';
println!("{}", c); // Output: ᳸
Go:
char := '\u1CF8'
fmt.Printf("%c\n", char) // Output: ᳸
CSS:
/* CSS content property */
.element::before {
content: "\001CF8"; /* Display: ᳸ */
}
HTML Decimal:
<p>HTML decimal: ᳸</p> <!-- Display: ᳸ -->
HTML Hexadecimal:
<p>HTML hex: ᳸</p> <!-- Display: ᳸ -->
URL Encoding:
// ᳸ URL encoding
https://unicodefinder.com/search.php?query=%E1%B3%B8
MD5:
0da960b84ac18d4234668fdf286375a9
SHA1:
0a10337132ae4701000d2e03b4ff5fbb7b9f6990
Base64:
4bO4