C:
char c = '\u852A';
printf("%c\n", c); // Output: 蔪
JavaScript:
const char = '\u852A';
console.log(char); // Output: 蔪
Java:
char c = '\u852A';
System.out.println(c); // Output: 蔪
JSON:
{"text": "\u852A"} // Value: 蔪
Python:
char = '\u852A'
print(char) # Output: 蔪
Perl:
my $char = "\x{852A}";
print $char; # Output: 蔪
PHP:
$char = "\x{852A}";
echo $char; // Output: 蔪
Ruby:
char = "\u{852A}"
puts char # Output: 蔪
Rust:
let c = '\u{852A}';
println!("{}", c); // Output: 蔪
Go:
char := '\u852A'
fmt.Printf("%c\n", char) // Output: 蔪
CSS:
/* CSS content property */
.element::before {
content: "\00852A"; /* 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%AA
MD5:
519390d83823bcb2d53e558da77ec1ca
SHA1:
bd798329bdd960a813754d36f0250c801fe134d1
Base64:
6JSq