C:
char c = '\u8436';
printf("%c\n", c); // Output: 萶
JavaScript:
const char = '\u8436';
console.log(char); // Output: 萶
Java:
char c = '\u8436';
System.out.println(c); // Output: 萶
JSON:
{"text": "\u8436"} // Value: 萶
Python:
char = '\u8436'
print(char) # Output: 萶
Perl:
my $char = "\x{8436}";
print $char; # Output: 萶
PHP:
$char = "\x{8436}";
echo $char; // Output: 萶
Ruby:
char = "\u{8436}"
puts char # Output: 萶
Rust:
let c = '\u{8436}';
println!("{}", c); // Output: 萶
Go:
char := '\u8436'
fmt.Printf("%c\n", char) // Output: 萶
CSS:
/* CSS content property */
.element::before {
content: "\008436"; /* 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%B6
MD5:
c6449564cc732d3afe15071fc6d4027e
SHA1:
0366883e6054acab6b11751ca9128179ebb75940
Base64:
6JC2