C:
char c = '\u8392';
printf("%c\n", c); // Output: 莒
JavaScript:
const char = '\u8392';
console.log(char); // Output: 莒
Java:
char c = '\u8392';
System.out.println(c); // Output: 莒
JSON:
{"text": "\u8392"} // Value: 莒
Python:
char = '\u8392'
print(char) # Output: 莒
Perl:
my $char = "\x{8392}";
print $char; # Output: 莒
PHP:
$char = "\x{8392}";
echo $char; // Output: 莒
Ruby:
char = "\u{8392}"
puts char # Output: 莒
Rust:
let c = '\u{8392}';
println!("{}", c); // Output: 莒
Go:
char := '\u8392'
fmt.Printf("%c\n", char) // Output: 莒
CSS:
/* CSS content property */
.element::before {
content: "\008392"; /* 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%92
MD5:
0f623540c71b03183cf01656ad3b0d22
SHA1:
84bed8586ba557cda2ecffe3fac7cd16114f13f0
Base64:
6I6S