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