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