C:
char c = '\u6C2C';
printf("%c\n", c); // Output: 氬
JavaScript:
const char = '\u6C2C';
console.log(char); // Output: 氬
Java:
char c = '\u6C2C';
System.out.println(c); // Output: 氬
JSON:
{"text": "\u6C2C"} // Value: 氬
Python:
char = '\u6C2C'
print(char) # Output: 氬
Perl:
my $char = "\x{6C2C}";
print $char; # Output: 氬
PHP:
$char = "\x{6C2C}";
echo $char; // Output: 氬
Ruby:
char = "\u{6C2C}"
puts char # Output: 氬
Rust:
let c = '\u{6C2C}';
println!("{}", c); // Output: 氬
Go:
char := '\u6C2C'
fmt.Printf("%c\n", char) // Output: 氬
CSS:
/* CSS content property */
.element::before {
content: "\006C2C"; /* 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=%E6%B0%AC
MD5:
e4830e1f0cfd63ddfc322e3d62fb3322
SHA1:
dd72d2c5b7bfd0a77f016fd5d9473e9bd15a985e
Base64:
5rCs