C:
char c = '\u9678';
printf("%c\n", c); // Output: 陸
JavaScript:
const char = '\u9678';
console.log(char); // Output: 陸
Java:
char c = '\u9678';
System.out.println(c); // Output: 陸
JSON:
{"text": "\u9678"} // Value: 陸
Python:
char = '\u9678'
print(char) # Output: 陸
Perl:
my $char = "\x{9678}";
print $char; # Output: 陸
PHP:
$char = "\x{9678}";
echo $char; // Output: 陸
Ruby:
char = "\u{9678}"
puts char # Output: 陸
Rust:
let c = '\u{9678}';
println!("{}", c); // Output: 陸
Go:
char := '\u9678'
fmt.Printf("%c\n", char) // Output: 陸
CSS:
/* CSS content property */
.element::before {
content: "\009678"; /* 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=%E9%99%B8
MD5:
3a5fe557c17fe250180598dda33a6bf9
SHA1:
3602656e896c8014caf2f1965c9df3922c77dc0b
Base64:
6Zm4