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