C:
char c = '\u6256';
printf("%c\n", c); // Output: 扖
JavaScript:
const char = '\u6256';
console.log(char); // Output: 扖
Java:
char c = '\u6256';
System.out.println(c); // Output: 扖
JSON:
{"text": "\u6256"} // Value: 扖
Python:
char = '\u6256'
print(char) # Output: 扖
Perl:
my $char = "\x{6256}";
print $char; # Output: 扖
PHP:
$char = "\x{6256}";
echo $char; // Output: 扖
Ruby:
char = "\u{6256}"
puts char # Output: 扖
Rust:
let c = '\u{6256}';
println!("{}", c); // Output: 扖
Go:
char := '\u6256'
fmt.Printf("%c\n", char) // Output: 扖
CSS:
/* CSS content property */
.element::before {
content: "\006256"; /* 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%89%96
MD5:
bd4f9bb2af28ea8df8f37cacc1b24bce
SHA1:
999bca03798376e427c2efae8874bdc0a16219e3
Base64:
5omW