C:
char c = '\u7CB4';
printf("%c\n", c); // Output: 粴
JavaScript:
const char = '\u7CB4';
console.log(char); // Output: 粴
Java:
char c = '\u7CB4';
System.out.println(c); // Output: 粴
JSON:
{"text": "\u7CB4"} // Value: 粴
Python:
char = '\u7CB4'
print(char) # Output: 粴
Perl:
my $char = "\x{7CB4}";
print $char; # Output: 粴
PHP:
$char = "\x{7CB4}";
echo $char; // Output: 粴
Ruby:
char = "\u{7CB4}"
puts char # Output: 粴
Rust:
let c = '\u{7CB4}';
println!("{}", c); // Output: 粴
Go:
char := '\u7CB4'
fmt.Printf("%c\n", char) // Output: 粴
CSS:
/* CSS content property */
.element::before {
content: "\007CB4"; /* 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%B4
MD5:
2bb8f4b92b0c2c0dfa404525e0e5fc61
SHA1:
6f06c9ce0e209349c49ee665daec8579c92a835e
Base64:
57K0