C:
char c = '\u639C';
printf("%c\n", c); // Output: 掜
JavaScript:
const char = '\u639C';
console.log(char); // Output: 掜
Java:
char c = '\u639C';
System.out.println(c); // Output: 掜
JSON:
{"text": "\u639C"} // Value: 掜
Python:
char = '\u639C'
print(char) # Output: 掜
Perl:
my $char = "\x{639C}";
print $char; # Output: 掜
PHP:
$char = "\x{639C}";
echo $char; // Output: 掜
Ruby:
char = "\u{639C}"
puts char # Output: 掜
Rust:
let c = '\u{639C}';
println!("{}", c); // Output: 掜
Go:
char := '\u639C'
fmt.Printf("%c\n", char) // Output: 掜
CSS:
/* CSS content property */
.element::before {
content: "\00639C"; /* 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%8E%9C
MD5:
f881baa42e5167915b8795a3104100c2
SHA1:
524a1db4c4daffdb9aa34c76115b8d560b9633b7
Base64:
5o6c