C:
char c = '\u83B4';
printf("%c\n", c); // Output: 莴
JavaScript:
const char = '\u83B4';
console.log(char); // Output: 莴
Java:
char c = '\u83B4';
System.out.println(c); // Output: 莴
JSON:
{"text": "\u83B4"} // Value: 莴
Python:
char = '\u83B4'
print(char) # Output: 莴
Perl:
my $char = "\x{83B4}";
print $char; # Output: 莴
PHP:
$char = "\x{83B4}";
echo $char; // Output: 莴
Ruby:
char = "\u{83B4}"
puts char # Output: 莴
Rust:
let c = '\u{83B4}';
println!("{}", c); // Output: 莴
Go:
char := '\u83B4'
fmt.Printf("%c\n", char) // Output: 莴
CSS:
/* CSS content property */
.element::before {
content: "\0083B4"; /* 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%B4
MD5:
02e60f206a79bfdf3036cf3ea0d462d9
SHA1:
4b52060b3294171c784bbb072accdce8c608fd96
Base64:
6I60