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