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