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