C:
char c = '\u8437';
printf("%c\n", c); // Output: 萷
JavaScript:
const char = '\u8437';
console.log(char); // Output: 萷
Java:
char c = '\u8437';
System.out.println(c); // Output: 萷
JSON:
{"text": "\u8437"} // Value: 萷
Python:
char = '\u8437'
print(char) # Output: 萷
Perl:
my $char = "\x{8437}";
print $char; # Output: 萷
PHP:
$char = "\x{8437}";
echo $char; // Output: 萷
Ruby:
char = "\u{8437}"
puts char # Output: 萷
Rust:
let c = '\u{8437}';
println!("{}", c); // Output: 萷
Go:
char := '\u8437'
fmt.Printf("%c\n", char) // Output: 萷
CSS:
/* CSS content property */
.element::before {
content: "\008437"; /* 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%B7
MD5:
dcf7a5287b586d4231472948d0cb696a
SHA1:
de184a35c245a43ff87f8081a38298f2427463f9
Base64:
6JC3