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