C:
char c = '\u6289';
printf("%c\n", c); // Output: 抉
JavaScript:
const char = '\u6289';
console.log(char); // Output: 抉
Java:
char c = '\u6289';
System.out.println(c); // Output: 抉
JSON:
{"text": "\u6289"} // Value: 抉
Python:
char = '\u6289'
print(char) # Output: 抉
Perl:
my $char = "\x{6289}";
print $char; # Output: 抉
PHP:
$char = "\x{6289}";
echo $char; // Output: 抉
Ruby:
char = "\u{6289}"
puts char # Output: 抉
Rust:
let c = '\u{6289}';
println!("{}", c); // Output: 抉
Go:
char := '\u6289'
fmt.Printf("%c\n", char) // Output: 抉
CSS:
/* CSS content property */
.element::before {
content: "\006289"; /* 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%8A%89
MD5:
491acc83e84cc434efdd4e727892b5dc
SHA1:
a7690a3a67e88c791fd117f889c7fe16f73f3e27
Base64:
5oqJ