C:
char c = '\u64FB';
printf("%c\n", c); // Output: 擻
JavaScript:
const char = '\u64FB';
console.log(char); // Output: 擻
Java:
char c = '\u64FB';
System.out.println(c); // Output: 擻
JSON:
{"text": "\u64FB"} // Value: 擻
Python:
char = '\u64FB'
print(char) # Output: 擻
Perl:
my $char = "\x{64FB}";
print $char; # Output: 擻
PHP:
$char = "\x{64FB}";
echo $char; // Output: 擻
Ruby:
char = "\u{64FB}"
puts char # Output: 擻
Rust:
let c = '\u{64FB}';
println!("{}", c); // Output: 擻
Go:
char := '\u64FB'
fmt.Printf("%c\n", char) // Output: 擻
CSS:
/* CSS content property */
.element::before {
content: "\0064FB"; /* 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%93%BB
MD5:
1d136e4a6a27c547539d1cfab321c931
SHA1:
efe34afb919bc42a0286e08773f67f7e282d4d92
Base64:
5pO7