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