C:
char c = '\u8439';
printf("%c\n", c); // Output: 萹
JavaScript:
const char = '\u8439';
console.log(char); // Output: 萹
Java:
char c = '\u8439';
System.out.println(c); // Output: 萹
JSON:
{"text": "\u8439"} // Value: 萹
Python:
char = '\u8439'
print(char) # Output: 萹
Perl:
my $char = "\x{8439}";
print $char; # Output: 萹
PHP:
$char = "\x{8439}";
echo $char; // Output: 萹
Ruby:
char = "\u{8439}"
puts char # Output: 萹
Rust:
let c = '\u{8439}';
println!("{}", c); // Output: 萹
Go:
char := '\u8439'
fmt.Printf("%c\n", char) // Output: 萹
CSS:
/* CSS content property */
.element::before {
content: "\008439"; /* 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%90%B9
MD5:
5ae7a1d88581ecfe23c7496326cdd5ed
SHA1:
ebbd791bb4a6eeb6a0734fe2a0a5d5c829810cb6
Base64:
6JC5