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