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