C:
char c = '\u83BE';
printf("%c\n", c); // Output: 莾
JavaScript:
const char = '\u83BE';
console.log(char); // Output: 莾
Java:
char c = '\u83BE';
System.out.println(c); // Output: 莾
JSON:
{"text": "\u83BE"} // Value: 莾
Python:
char = '\u83BE'
print(char) # Output: 莾
Perl:
my $char = "\x{83BE}";
print $char; # Output: 莾
PHP:
$char = "\x{83BE}";
echo $char; // Output: 莾
Ruby:
char = "\u{83BE}"
puts char # Output: 莾
Rust:
let c = '\u{83BE}';
println!("{}", c); // Output: 莾
Go:
char := '\u83BE'
fmt.Printf("%c\n", char) // Output: 莾
CSS:
/* CSS content property */
.element::before {
content: "\0083BE"; /* 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%8E%BE
MD5:
606642c64484b97eb43a801b2543dacb
SHA1:
335961c12da227bf10081e36c4f25f0606eed500
Base64:
6I6+