C:
char c = '\u6C29';
printf("%c\n", c); // Output: 氩
JavaScript:
const char = '\u6C29';
console.log(char); // Output: 氩
Java:
char c = '\u6C29';
System.out.println(c); // Output: 氩
JSON:
{"text": "\u6C29"} // Value: 氩
Python:
char = '\u6C29'
print(char) # Output: 氩
Perl:
my $char = "\x{6C29}";
print $char; # Output: 氩
PHP:
$char = "\x{6C29}";
echo $char; // Output: 氩
Ruby:
char = "\u{6C29}"
puts char # Output: 氩
Rust:
let c = '\u{6C29}';
println!("{}", c); // Output: 氩
Go:
char := '\u6C29'
fmt.Printf("%c\n", char) // Output: 氩
CSS:
/* CSS content property */
.element::before {
content: "\006C29"; /* 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%A9
MD5:
55ffdcfe64570f98259c422152a9e3fa
SHA1:
91da0acbac2cabfdf0d00b96928200b55c603d1f
Base64:
5rCp