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