C:
char c = '\u761B';
printf("%c\n", c); // Output: 瘛
JavaScript:
const char = '\u761B';
console.log(char); // Output: 瘛
Java:
char c = '\u761B';
System.out.println(c); // Output: 瘛
JSON:
{"text": "\u761B"} // Value: 瘛
Python:
char = '\u761B'
print(char) # Output: 瘛
Perl:
my $char = "\x{761B}";
print $char; # Output: 瘛
PHP:
$char = "\x{761B}";
echo $char; // Output: 瘛
Ruby:
char = "\u{761B}"
puts char # Output: 瘛
Rust:
let c = '\u{761B}';
println!("{}", c); // Output: 瘛
Go:
char := '\u761B'
fmt.Printf("%c\n", char) // Output: 瘛
CSS:
/* CSS content property */
.element::before {
content: "\00761B"; /* 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%98%9B
MD5:
675716830f5f5ccac2074db323c99e8b
SHA1:
1877ee20ba8bccd39eb601015c9da3f81ff34cee
Base64:
55ib