C:
char c = '\u839F';
printf("%c\n", c); // Output: 莟
JavaScript:
const char = '\u839F';
console.log(char); // Output: 莟
Java:
char c = '\u839F';
System.out.println(c); // Output: 莟
JSON:
{"text": "\u839F"} // Value: 莟
Python:
char = '\u839F'
print(char) # Output: 莟
Perl:
my $char = "\x{839F}";
print $char; # Output: 莟
PHP:
$char = "\x{839F}";
echo $char; // Output: 莟
Ruby:
char = "\u{839F}"
puts char # Output: 莟
Rust:
let c = '\u{839F}';
println!("{}", c); // Output: 莟
Go:
char := '\u839F'
fmt.Printf("%c\n", char) // Output: 莟
CSS:
/* CSS content property */
.element::before {
content: "\00839F"; /* 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%9F
MD5:
1963dec9be8e0d8682cd39e99608a284
SHA1:
f98415a390f6a8e5ce927232149c0ea052576965
Base64:
6I6f