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