C:
char c = '\u920D';
printf("%c\n", c); // Output: 鈍
JavaScript:
const char = '\u920D';
console.log(char); // Output: 鈍
Java:
char c = '\u920D';
System.out.println(c); // Output: 鈍
JSON:
{"text": "\u920D"} // Value: 鈍
Python:
char = '\u920D'
print(char) # Output: 鈍
Perl:
my $char = "\x{920D}";
print $char; # Output: 鈍
PHP:
$char = "\x{920D}";
echo $char; // Output: 鈍
Ruby:
char = "\u{920D}"
puts char # Output: 鈍
Rust:
let c = '\u{920D}';
println!("{}", c); // Output: 鈍
Go:
char := '\u920D'
fmt.Printf("%c\n", char) // Output: 鈍
CSS:
/* CSS content property */
.element::before {
content: "\00920D"; /* 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=%E9%88%8D
MD5:
6ea4e03798e6c9777d1afb077a982cf4
SHA1:
aad4b856b4cff33e16e15da34d4cfc6c049c1842
Base64:
6YiN