C:
char c = '\u526C';
printf("%c\n", c); // Output: 剬
JavaScript:
const char = '\u526C';
console.log(char); // Output: 剬
Java:
char c = '\u526C';
System.out.println(c); // Output: 剬
JSON:
{"text": "\u526C"} // Value: 剬
Python:
char = '\u526C'
print(char) # Output: 剬
Perl:
my $char = "\x{526C}";
print $char; # Output: 剬
PHP:
$char = "\x{526C}";
echo $char; // Output: 剬
Ruby:
char = "\u{526C}"
puts char # Output: 剬
Rust:
let c = '\u{526C}';
println!("{}", c); // Output: 剬
Go:
char := '\u526C'
fmt.Printf("%c\n", char) // Output: 剬
CSS:
/* CSS content property */
.element::before {
content: "\00526C"; /* 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%AC
MD5:
e677fc2c82dfeebc8e5b540ee85c423f
SHA1:
653fb4f93db74ad416b3e248afd50602d15dd82d
Base64:
5Yms