C:
char c = '\u6290';
printf("%c\n", c); // Output: 抐
JavaScript:
const char = '\u6290';
console.log(char); // Output: 抐
Java:
char c = '\u6290';
System.out.println(c); // Output: 抐
JSON:
{"text": "\u6290"} // Value: 抐
Python:
char = '\u6290'
print(char) # Output: 抐
Perl:
my $char = "\x{6290}";
print $char; # Output: 抐
PHP:
$char = "\x{6290}";
echo $char; // Output: 抐
Ruby:
char = "\u{6290}"
puts char # Output: 抐
Rust:
let c = '\u{6290}';
println!("{}", c); // Output: 抐
Go:
char := '\u6290'
fmt.Printf("%c\n", char) // Output: 抐
CSS:
/* CSS content property */
.element::before {
content: "\006290"; /* 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%90
MD5:
a9e53c20e60e455d30f215e0a32274e4
SHA1:
60c2eabb65a5a72d8cec1c4d6f157858a9d0dff5
Base64:
5oqQ