C:
char c = '\u62C8';
printf("%c\n", c); // Output: 拈
JavaScript:
const char = '\u62C8';
console.log(char); // Output: 拈
Java:
char c = '\u62C8';
System.out.println(c); // Output: 拈
JSON:
{"text": "\u62C8"} // Value: 拈
Python:
char = '\u62C8'
print(char) # Output: 拈
Perl:
my $char = "\x{62C8}";
print $char; # Output: 拈
PHP:
$char = "\x{62C8}";
echo $char; // Output: 拈
Ruby:
char = "\u{62C8}"
puts char # Output: 拈
Rust:
let c = '\u{62C8}';
println!("{}", c); // Output: 拈
Go:
char := '\u62C8'
fmt.Printf("%c\n", char) // Output: 拈
CSS:
/* CSS content property */
.element::before {
content: "\0062C8"; /* 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%8B%88
MD5:
c0ea9d1ffcd51bd6b26cc7f26ab92117
SHA1:
500ed5a1d48747e4bf8f11b1ddadcb13151feb96
Base64:
5ouI