C:
char c = '\u8512';
printf("%c\n", c); // Output: 蔒
JavaScript:
const char = '\u8512';
console.log(char); // Output: 蔒
Java:
char c = '\u8512';
System.out.println(c); // Output: 蔒
JSON:
{"text": "\u8512"} // Value: 蔒
Python:
char = '\u8512'
print(char) # Output: 蔒
Perl:
my $char = "\x{8512}";
print $char; # Output: 蔒
PHP:
$char = "\x{8512}";
echo $char; // Output: 蔒
Ruby:
char = "\u{8512}"
puts char # Output: 蔒
Rust:
let c = '\u{8512}';
println!("{}", c); // Output: 蔒
Go:
char := '\u8512'
fmt.Printf("%c\n", char) // Output: 蔒
CSS:
/* CSS content property */
.element::before {
content: "\008512"; /* 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%92
MD5:
288078ac5a74860e941273f0d472edbe
SHA1:
712c58ca4ebaccb2409c1709b7c998bfe9456861
Base64:
6JSS