C:
char c = '\u79BB';
printf("%c\n", c); // Output: 离
JavaScript:
const char = '\u79BB';
console.log(char); // Output: 离
Java:
char c = '\u79BB';
System.out.println(c); // Output: 离
JSON:
{"text": "\u79BB"} // Value: 离
Python:
char = '\u79BB'
print(char) # Output: 离
Perl:
my $char = "\x{79BB}";
print $char; # Output: 离
PHP:
$char = "\x{79BB}";
echo $char; // Output: 离
Ruby:
char = "\u{79BB}"
puts char # Output: 离
Rust:
let c = '\u{79BB}';
println!("{}", c); // Output: 离
Go:
char := '\u79BB'
fmt.Printf("%c\n", char) // Output: 离
CSS:
/* CSS content property */
.element::before {
content: "\0079BB"; /* 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%A6%BB
MD5:
2afad8c04af7b8a8f29c36fa2a82f893
SHA1:
ff56e1b3b158bbc4498e634ed0b869d9ca8ec3a7
Base64:
56a7