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