C:
char c = '\u99F0';
printf("%c\n", c); // Output: 駰
JavaScript:
const char = '\u99F0';
console.log(char); // Output: 駰
Java:
char c = '\u99F0';
System.out.println(c); // Output: 駰
JSON:
{"text": "\u99F0"} // Value: 駰
Python:
char = '\u99F0'
print(char) # Output: 駰
Perl:
my $char = "\x{99F0}";
print $char; # Output: 駰
PHP:
$char = "\x{99F0}";
echo $char; // Output: 駰
Ruby:
char = "\u{99F0}"
puts char # Output: 駰
Rust:
let c = '\u{99F0}';
println!("{}", c); // Output: 駰
Go:
char := '\u99F0'
fmt.Printf("%c\n", char) // Output: 駰
CSS:
/* CSS content property */
.element::before {
content: "\0099F0"; /* 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=%E9%A7%B0
MD5:
49f0e1f9cf9f8c8a8ad58fdba52badb1
SHA1:
864e68ac6c7e1b70216debaf07776499cdb5f0a3
Base64:
6aew