C:
char c = '\u681C';
printf("%c\n", c); // Output: 栜
JavaScript:
const char = '\u681C';
console.log(char); // Output: 栜
Java:
char c = '\u681C';
System.out.println(c); // Output: 栜
JSON:
{"text": "\u681C"} // Value: 栜
Python:
char = '\u681C'
print(char) # Output: 栜
Perl:
my $char = "\x{681C}";
print $char; # Output: 栜
PHP:
$char = "\x{681C}";
echo $char; // Output: 栜
Ruby:
char = "\u{681C}"
puts char # Output: 栜
Rust:
let c = '\u{681C}';
println!("{}", c); // Output: 栜
Go:
char := '\u681C'
fmt.Printf("%c\n", char) // Output: 栜
CSS:
/* CSS content property */
.element::before {
content: "\00681C"; /* 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%A0%9C
MD5:
a93ea2e01cb42d05dd826b7a2c40efb8
SHA1:
95ff45cf1b0b212c97ee46404aa350e71b490b8f
Base64:
5qCc