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