C:
char c = '\u68EC';
printf("%c\n", c); // Output: 棬
JavaScript:
const char = '\u68EC';
console.log(char); // Output: 棬
Java:
char c = '\u68EC';
System.out.println(c); // Output: 棬
JSON:
{"text": "\u68EC"} // Value: 棬
Python:
char = '\u68EC'
print(char) # Output: 棬
Perl:
my $char = "\x{68EC}";
print $char; # Output: 棬
PHP:
$char = "\x{68EC}";
echo $char; // Output: 棬
Ruby:
char = "\u{68EC}"
puts char # Output: 棬
Rust:
let c = '\u{68EC}';
println!("{}", c); // Output: 棬
Go:
char := '\u68EC'
fmt.Printf("%c\n", char) // Output: 棬
CSS:
/* CSS content property */
.element::before {
content: "\0068EC"; /* 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%A3%AC
MD5:
06279be71feaa0df224c4172caf8caeb
SHA1:
1b7303923f9c8a7ae3881e2498b0ec8e9868c1c1
Base64:
5qOs