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