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