C:
char c = '\u6299';
printf("%c\n", c); // Output: 抙
JavaScript:
const char = '\u6299';
console.log(char); // Output: 抙
Java:
char c = '\u6299';
System.out.println(c); // Output: 抙
JSON:
{"text": "\u6299"} // Value: 抙
Python:
char = '\u6299'
print(char) # Output: 抙
Perl:
my $char = "\x{6299}";
print $char; # Output: 抙
PHP:
$char = "\x{6299}";
echo $char; // Output: 抙
Ruby:
char = "\u{6299}"
puts char # Output: 抙
Rust:
let c = '\u{6299}';
println!("{}", c); // Output: 抙
Go:
char := '\u6299'
fmt.Printf("%c\n", char) // Output: 抙
CSS:
/* CSS content property */
.element::before {
content: "\006299"; /* 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%99
MD5:
e8595fa0efc9f4197d0b32558bf11f9c
SHA1:
b50ba27eb4d3aac88c0f9654f048fe161a44025e
Base64:
5oqZ