C:
char c = '\u58B8';
printf("%c\n", c); // Output: 墸
JavaScript:
const char = '\u58B8';
console.log(char); // Output: 墸
Java:
char c = '\u58B8';
System.out.println(c); // Output: 墸
JSON:
{"text": "\u58B8"} // Value: 墸
Python:
char = '\u58B8'
print(char) # Output: 墸
Perl:
my $char = "\x{58B8}";
print $char; # Output: 墸
PHP:
$char = "\x{58B8}";
echo $char; // Output: 墸
Ruby:
char = "\u{58B8}"
puts char # Output: 墸
Rust:
let c = '\u{58B8}';
println!("{}", c); // Output: 墸
Go:
char := '\u58B8'
fmt.Printf("%c\n", char) // Output: 墸
CSS:
/* CSS content property */
.element::before {
content: "\0058B8"; /* 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=%E5%A2%B8
MD5:
fc1c03f951dc054402fcd15c93fdb03e
SHA1:
91d9de062c640daef74ace343be3b1e7fe33e30c
Base64:
5aK4