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