C:
char c = '\u646B';
printf("%c\n", c); // Output: 摫
JavaScript:
const char = '\u646B';
console.log(char); // Output: 摫
Java:
char c = '\u646B';
System.out.println(c); // Output: 摫
JSON:
{"text": "\u646B"} // Value: 摫
Python:
char = '\u646B'
print(char) # Output: 摫
Perl:
my $char = "\x{646B}";
print $char; # Output: 摫
PHP:
$char = "\x{646B}";
echo $char; // Output: 摫
Ruby:
char = "\u{646B}"
puts char # Output: 摫
Rust:
let c = '\u{646B}';
println!("{}", c); // Output: 摫
Go:
char := '\u646B'
fmt.Printf("%c\n", char) // Output: 摫
CSS:
/* CSS content property */
.element::before {
content: "\00646B"; /* 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%91%AB
MD5:
039960f94331639d3fac25abcc44d6ca
SHA1:
fce2eaf32dc8bbc517dd4730b4fa0ddf0aeb68bc
Base64:
5pGr