C:
char c = '\u8435';
printf("%c\n", c); // Output: 萵
JavaScript:
const char = '\u8435';
console.log(char); // Output: 萵
Java:
char c = '\u8435';
System.out.println(c); // Output: 萵
JSON:
{"text": "\u8435"} // Value: 萵
Python:
char = '\u8435'
print(char) # Output: 萵
Perl:
my $char = "\x{8435}";
print $char; # Output: 萵
PHP:
$char = "\x{8435}";
echo $char; // Output: 萵
Ruby:
char = "\u{8435}"
puts char # Output: 萵
Rust:
let c = '\u{8435}';
println!("{}", c); // Output: 萵
Go:
char := '\u8435'
fmt.Printf("%c\n", char) // Output: 萵
CSS:
/* CSS content property */
.element::before {
content: "\008435"; /* 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%B5
MD5:
fe14fac6bb96c6939c862400a018054e
SHA1:
1b82713a971a5f23a68733ec8f5afbc8cb46ec41
Base64:
6JC1