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