C:
char c = '\u64BC';
printf("%c\n", c); // Output: 撼
JavaScript:
const char = '\u64BC';
console.log(char); // Output: 撼
Java:
char c = '\u64BC';
System.out.println(c); // Output: 撼
JSON:
{"text": "\u64BC"} // Value: 撼
Python:
char = '\u64BC'
print(char) # Output: 撼
Perl:
my $char = "\x{64BC}";
print $char; # Output: 撼
PHP:
$char = "\x{64BC}";
echo $char; // Output: 撼
Ruby:
char = "\u{64BC}"
puts char # Output: 撼
Rust:
let c = '\u{64BC}';
println!("{}", c); // Output: 撼
Go:
char := '\u64BC'
fmt.Printf("%c\n", char) // Output: 撼
CSS:
/* CSS content property */
.element::before {
content: "\0064BC"; /* 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%92%BC
MD5:
035032068799ae25d830261629812104
SHA1:
50b792c3e4d30d7e4d65173e32da18169c35fee3
Base64:
5pK8