C:
char c = '\u879B';
printf("%c\n", c); // Output: 螛
JavaScript:
const char = '\u879B';
console.log(char); // Output: 螛
Java:
char c = '\u879B';
System.out.println(c); // Output: 螛
JSON:
{"text": "\u879B"} // Value: 螛
Python:
char = '\u879B'
print(char) # Output: 螛
Perl:
my $char = "\x{879B}";
print $char; # Output: 螛
PHP:
$char = "\x{879B}";
echo $char; // Output: 螛
Ruby:
char = "\u{879B}"
puts char # Output: 螛
Rust:
let c = '\u{879B}';
println!("{}", c); // Output: 螛
Go:
char := '\u879B'
fmt.Printf("%c\n", char) // Output: 螛
CSS:
/* CSS content property */
.element::before {
content: "\00879B"; /* 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=%E8%9E%9B
MD5:
a07e9446f21862a2cce20272f36e3352
SHA1:
f1b7489ee7d15af658d696daf50599fcd4b17e32
Base64:
6J6b