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