C:
char c = '\u8509';
printf("%c\n", c); // Output: 蔉
JavaScript:
const char = '\u8509';
console.log(char); // Output: 蔉
Java:
char c = '\u8509';
System.out.println(c); // Output: 蔉
JSON:
{"text": "\u8509"} // Value: 蔉
Python:
char = '\u8509'
print(char) # Output: 蔉
Perl:
my $char = "\x{8509}";
print $char; # Output: 蔉
PHP:
$char = "\x{8509}";
echo $char; // Output: 蔉
Ruby:
char = "\u{8509}"
puts char # Output: 蔉
Rust:
let c = '\u{8509}';
println!("{}", c); // Output: 蔉
Go:
char := '\u8509'
fmt.Printf("%c\n", char) // Output: 蔉
CSS:
/* CSS content property */
.element::before {
content: "\008509"; /* 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%94%89
MD5:
0402bed7633746db80b476019cbe3574
SHA1:
d6e9ded293e381e9a4345892920eb727b17a2c64
Base64:
6JSJ