C:
char c = '\u99F9';
printf("%c\n", c); // Output: 駹
JavaScript:
const char = '\u99F9';
console.log(char); // Output: 駹
Java:
char c = '\u99F9';
System.out.println(c); // Output: 駹
JSON:
{"text": "\u99F9"} // Value: 駹
Python:
char = '\u99F9'
print(char) # Output: 駹
Perl:
my $char = "\x{99F9}";
print $char; # Output: 駹
PHP:
$char = "\x{99F9}";
echo $char; // Output: 駹
Ruby:
char = "\u{99F9}"
puts char # Output: 駹
Rust:
let c = '\u{99F9}';
println!("{}", c); // Output: 駹
Go:
char := '\u99F9'
fmt.Printf("%c\n", char) // Output: 駹
CSS:
/* CSS content property */
.element::before {
content: "\0099F9"; /* 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%B9
MD5:
d5ac93bcee07a0aa0f56fe3a03e92e89
SHA1:
187d611cf44463ce95b1672e7c32eeadd29bfbae
Base64:
6ae5