C:
char c = '\u7EC4';
printf("%c\n", c); // Output: 组
JavaScript:
const char = '\u7EC4';
console.log(char); // Output: 组
Java:
char c = '\u7EC4';
System.out.println(c); // Output: 组
JSON:
{"text": "\u7EC4"} // Value: 组
Python:
char = '\u7EC4'
print(char) # Output: 组
Perl:
my $char = "\x{7EC4}";
print $char; # Output: 组
PHP:
$char = "\x{7EC4}";
echo $char; // Output: 组
Ruby:
char = "\u{7EC4}"
puts char # Output: 组
Rust:
let c = '\u{7EC4}';
println!("{}", c); // Output: 组
Go:
char := '\u7EC4'
fmt.Printf("%c\n", char) // Output: 组
CSS:
/* CSS content property */
.element::before {
content: "\007EC4"; /* 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%BB%84
MD5:
442c6ae209ebb953c177b36141362906
SHA1:
726ff2fac521220d3ee3114f83b35d90ead60430
Base64:
57uE