C:
char c = '\u526F';
printf("%c\n", c); // Output: 副
JavaScript:
const char = '\u526F';
console.log(char); // Output: 副
Java:
char c = '\u526F';
System.out.println(c); // Output: 副
JSON:
{"text": "\u526F"} // Value: 副
Python:
char = '\u526F'
print(char) # Output: 副
Perl:
my $char = "\x{526F}";
print $char; # Output: 副
PHP:
$char = "\x{526F}";
echo $char; // Output: 副
Ruby:
char = "\u{526F}"
puts char # Output: 副
Rust:
let c = '\u{526F}';
println!("{}", c); // Output: 副
Go:
char := '\u526F'
fmt.Printf("%c\n", char) // Output: 副
CSS:
/* CSS content property */
.element::before {
content: "\00526F"; /* 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=%E5%89%AF
MD5:
48718fec8232a343e9db09112541e0da
SHA1:
3671c766ad5ad332b3e6ef6b6191979a83aaabaf
Base64:
5Ymv