C:
char c = '\u7A0D';
printf("%c\n", c); // Output: 稍
JavaScript:
const char = '\u7A0D';
console.log(char); // Output: 稍
Java:
char c = '\u7A0D';
System.out.println(c); // Output: 稍
JSON:
{"text": "\u7A0D"} // Value: 稍
Python:
char = '\u7A0D'
print(char) # Output: 稍
Perl:
my $char = "\x{7A0D}";
print $char; # Output: 稍
PHP:
$char = "\x{7A0D}";
echo $char; // Output: 稍
Ruby:
char = "\u{7A0D}"
puts char # Output: 稍
Rust:
let c = '\u{7A0D}';
println!("{}", c); // Output: 稍
Go:
char := '\u7A0D'
fmt.Printf("%c\n", char) // Output: 稍
CSS:
/* CSS content property */
.element::before {
content: "\007A0D"; /* 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=%E7%A8%8D
MD5:
06e11dd5346fb50d30a3648c73ff3510
SHA1:
d674e4188c1b856bf87f06be2802200ed1b8bcdb
Base64:
56iN