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