C:
char c = '\u8369';
printf("%c\n", c); // Output: 荩
JavaScript:
const char = '\u8369';
console.log(char); // Output: 荩
Java:
char c = '\u8369';
System.out.println(c); // Output: 荩
JSON:
{"text": "\u8369"} // Value: 荩
Python:
char = '\u8369'
print(char) # Output: 荩
Perl:
my $char = "\x{8369}";
print $char; # Output: 荩
PHP:
$char = "\x{8369}";
echo $char; // Output: 荩
Ruby:
char = "\u{8369}"
puts char # Output: 荩
Rust:
let c = '\u{8369}';
println!("{}", c); // Output: 荩
Go:
char := '\u8369'
fmt.Printf("%c\n", char) // Output: 荩
CSS:
/* CSS content property */
.element::before {
content: "\008369"; /* 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%8D%A9
MD5:
1b05a30b35dfcce0f63321ef381ce381
SHA1:
f81ba72bd70271ccd0b8af1dc1e17787113f93fb
Base64:
6I2p