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