C:
char c = '\u6406';
printf("%c\n", c); // Output: 搆
JavaScript:
const char = '\u6406';
console.log(char); // Output: 搆
Java:
char c = '\u6406';
System.out.println(c); // Output: 搆
JSON:
{"text": "\u6406"} // Value: 搆
Python:
char = '\u6406'
print(char) # Output: 搆
Perl:
my $char = "\x{6406}";
print $char; # Output: 搆
PHP:
$char = "\x{6406}";
echo $char; // Output: 搆
Ruby:
char = "\u{6406}"
puts char # Output: 搆
Rust:
let c = '\u{6406}';
println!("{}", c); // Output: 搆
Go:
char := '\u6406'
fmt.Printf("%c\n", char) // Output: 搆
CSS:
/* CSS content property */
.element::before {
content: "\006406"; /* 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%90%86
MD5:
18526c0755405b516a2788be4f3024a3
SHA1:
bd15b86a3cd87cc8703b53cc59eb44ed254a674b
Base64:
5pCG