C:
char c = '\u9685';
printf("%c\n", c); // Output: 隅
JavaScript:
const char = '\u9685';
console.log(char); // Output: 隅
Java:
char c = '\u9685';
System.out.println(c); // Output: 隅
JSON:
{"text": "\u9685"} // Value: 隅
Python:
char = '\u9685'
print(char) # Output: 隅
Perl:
my $char = "\x{9685}";
print $char; # Output: 隅
PHP:
$char = "\x{9685}";
echo $char; // Output: 隅
Ruby:
char = "\u{9685}"
puts char # Output: 隅
Rust:
let c = '\u{9685}';
println!("{}", c); // Output: 隅
Go:
char := '\u9685'
fmt.Printf("%c\n", char) // Output: 隅
CSS:
/* CSS content property */
.element::before {
content: "\009685"; /* 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%9A%85
MD5:
aa240a0f912f7610bcbce1eb951d7f9b
SHA1:
3e0b5029f0c4baa24ec792f02666a2ed7e175bc8
Base64:
6ZqF