C:
char c = '\u7CB9';
printf("%c\n", c); // Output: 粹
JavaScript:
const char = '\u7CB9';
console.log(char); // Output: 粹
Java:
char c = '\u7CB9';
System.out.println(c); // Output: 粹
JSON:
{"text": "\u7CB9"} // Value: 粹
Python:
char = '\u7CB9'
print(char) # Output: 粹
Perl:
my $char = "\x{7CB9}";
print $char; # Output: 粹
PHP:
$char = "\x{7CB9}";
echo $char; // Output: 粹
Ruby:
char = "\u{7CB9}"
puts char # Output: 粹
Rust:
let c = '\u{7CB9}';
println!("{}", c); // Output: 粹
Go:
char := '\u7CB9'
fmt.Printf("%c\n", char) // Output: 粹
CSS:
/* CSS content property */
.element::before {
content: "\007CB9"; /* 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%B2%B9
MD5:
84a955cd44bffb32aa0f1c200dbac0ee
SHA1:
3119c5cf5e184965cdd93325ffe3f9d137c73d6d
Base64:
57K5