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