C:
char c = '\u5735';
printf("%c\n", c); // Output: 圵
JavaScript:
const char = '\u5735';
console.log(char); // Output: 圵
Java:
char c = '\u5735';
System.out.println(c); // Output: 圵
JSON:
{"text": "\u5735"} // Value: 圵
Python:
char = '\u5735'
print(char) # Output: 圵
Perl:
my $char = "\x{5735}";
print $char; # Output: 圵
PHP:
$char = "\x{5735}";
echo $char; // Output: 圵
Ruby:
char = "\u{5735}"
puts char # Output: 圵
Rust:
let c = '\u{5735}';
println!("{}", c); // Output: 圵
Go:
char := '\u5735'
fmt.Printf("%c\n", char) // Output: 圵
CSS:
/* CSS content property */
.element::before {
content: "\005735"; /* 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%B5
MD5:
6ad34502d942dc470f1938f8920c29d0
SHA1:
2befc25ba18a8f2f74e3429336976822456ad17e
Base64:
5Zy1