C:
char c = '\u6B3A';
printf("%c\n", c); // Output: 欺
JavaScript:
const char = '\u6B3A';
console.log(char); // Output: 欺
Java:
char c = '\u6B3A';
System.out.println(c); // Output: 欺
JSON:
{"text": "\u6B3A"} // Value: 欺
Python:
char = '\u6B3A'
print(char) # Output: 欺
Perl:
my $char = "\x{6B3A}";
print $char; # Output: 欺
PHP:
$char = "\x{6B3A}";
echo $char; // Output: 欺
Ruby:
char = "\u{6B3A}"
puts char # Output: 欺
Rust:
let c = '\u{6B3A}';
println!("{}", c); // Output: 欺
Go:
char := '\u6B3A'
fmt.Printf("%c\n", char) // Output: 欺
CSS:
/* CSS content property */
.element::before {
content: "\006B3A"; /* 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%BA
MD5:
25e586b4d12bff61bff8326d274eb363
SHA1:
9ff45437cf4a6f6595c3e6d184a4a407ab2ee1d4
Base64:
5qy6