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