C:
char c = '\u627B';
printf("%c\n", c); // Output: 扻
JavaScript:
const char = '\u627B';
console.log(char); // Output: 扻
Java:
char c = '\u627B';
System.out.println(c); // Output: 扻
JSON:
{"text": "\u627B"} // Value: 扻
Python:
char = '\u627B'
print(char) # Output: 扻
Perl:
my $char = "\x{627B}";
print $char; # Output: 扻
PHP:
$char = "\x{627B}";
echo $char; // Output: 扻
Ruby:
char = "\u{627B}"
puts char # Output: 扻
Rust:
let c = '\u{627B}';
println!("{}", c); // Output: 扻
Go:
char := '\u627B'
fmt.Printf("%c\n", char) // Output: 扻
CSS:
/* CSS content property */
.element::before {
content: "\00627B"; /* 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=%E6%89%BB
MD5:
8cd63b41553d4e0dc6b3e3f4e7dd824a
SHA1:
685dbf6a3c9673c06fa9ef3eee7478767213c8a7
Base64:
5om7