C:
char c = '\u69B1';
printf("%c\n", c); // Output: 榱
JavaScript:
const char = '\u69B1';
console.log(char); // Output: 榱
Java:
char c = '\u69B1';
System.out.println(c); // Output: 榱
JSON:
{"text": "\u69B1"} // Value: 榱
Python:
char = '\u69B1'
print(char) # Output: 榱
Perl:
my $char = "\x{69B1}";
print $char; # Output: 榱
PHP:
$char = "\x{69B1}";
echo $char; // Output: 榱
Ruby:
char = "\u{69B1}"
puts char # Output: 榱
Rust:
let c = '\u{69B1}';
println!("{}", c); // Output: 榱
Go:
char := '\u69B1'
fmt.Printf("%c\n", char) // Output: 榱
CSS:
/* CSS content property */
.element::before {
content: "\0069B1"; /* 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%A6%B1
MD5:
46aaf5530adecc15cd2a2f28a210e22e
SHA1:
6ea39996dd2758187eebe693119af30235a7510c
Base64:
5qax