C:
char c = '\u6477';
printf("%c\n", c); // Output: 摷
JavaScript:
const char = '\u6477';
console.log(char); // Output: 摷
Java:
char c = '\u6477';
System.out.println(c); // Output: 摷
JSON:
{"text": "\u6477"} // Value: 摷
Python:
char = '\u6477'
print(char) # Output: 摷
Perl:
my $char = "\x{6477}";
print $char; # Output: 摷
PHP:
$char = "\x{6477}";
echo $char; // Output: 摷
Ruby:
char = "\u{6477}"
puts char # Output: 摷
Rust:
let c = '\u{6477}';
println!("{}", c); // Output: 摷
Go:
char := '\u6477'
fmt.Printf("%c\n", char) // Output: 摷
CSS:
/* CSS content property */
.element::before {
content: "\006477"; /* 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%B7
MD5:
1750a6d5706b62b0de681124064297f6
SHA1:
c4eea2253c013dcec4668d99b4a5785e251887ef
Base64:
5pG3