C:
char c = '\u527B';
printf("%c\n", c); // Output: 剻
JavaScript:
const char = '\u527B';
console.log(char); // Output: 剻
Java:
char c = '\u527B';
System.out.println(c); // Output: 剻
JSON:
{"text": "\u527B"} // Value: 剻
Python:
char = '\u527B'
print(char) # Output: 剻
Perl:
my $char = "\x{527B}";
print $char; # Output: 剻
PHP:
$char = "\x{527B}";
echo $char; // Output: 剻
Ruby:
char = "\u{527B}"
puts char # Output: 剻
Rust:
let c = '\u{527B}';
println!("{}", c); // Output: 剻
Go:
char := '\u527B'
fmt.Printf("%c\n", char) // Output: 剻
CSS:
/* CSS content property */
.element::before {
content: "\00527B"; /* 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%BB
MD5:
3c08bdc041c30eeb6e19c578f279ea3c
SHA1:
66a668d9655d65d13ce663252bd2bc7beae276d2
Base64:
5Ym7