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