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