C:
char c = '\u64B5';
printf("%c\n", c); // Output: 撵
JavaScript:
const char = '\u64B5';
console.log(char); // Output: 撵
Java:
char c = '\u64B5';
System.out.println(c); // Output: 撵
JSON:
{"text": "\u64B5"} // Value: 撵
Python:
char = '\u64B5'
print(char) # Output: 撵
Perl:
my $char = "\x{64B5}";
print $char; # Output: 撵
PHP:
$char = "\x{64B5}";
echo $char; // Output: 撵
Ruby:
char = "\u{64B5}"
puts char # Output: 撵
Rust:
let c = '\u{64B5}';
println!("{}", c); // Output: 撵
Go:
char := '\u64B5'
fmt.Printf("%c\n", char) // Output: 撵
CSS:
/* CSS content property */
.element::before {
content: "\0064B5"; /* 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=%E6%92%B5
MD5:
97947964fc10d99660ee4b888118cf84
SHA1:
546cfda4040ec90a59a37fd673a73bd714f1db5b
Base64:
5pK1