C:
char c = '\u9A44';
printf("%c\n", c); // Output: 驄
JavaScript:
const char = '\u9A44';
console.log(char); // Output: 驄
Java:
char c = '\u9A44';
System.out.println(c); // Output: 驄
JSON:
{"text": "\u9A44"} // Value: 驄
Python:
char = '\u9A44'
print(char) # Output: 驄
Perl:
my $char = "\x{9A44}";
print $char; # Output: 驄
PHP:
$char = "\x{9A44}";
echo $char; // Output: 驄
Ruby:
char = "\u{9A44}"
puts char # Output: 驄
Rust:
let c = '\u{9A44}';
println!("{}", c); // Output: 驄
Go:
char := '\u9A44'
fmt.Printf("%c\n", char) // Output: 驄
CSS:
/* CSS content property */
.element::before {
content: "\009A44"; /* 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%A9%84
MD5:
f83521f844505a02c8ea420538d27d93
SHA1:
80a25273d93e4a21cf4f5b789c99d815b9ff2dc5
Base64:
6amE