C:
char c = '\u9036';
printf("%c\n", c); // Output: 逶
JavaScript:
const char = '\u9036';
console.log(char); // Output: 逶
Java:
char c = '\u9036';
System.out.println(c); // Output: 逶
JSON:
{"text": "\u9036"} // Value: 逶
Python:
char = '\u9036'
print(char) # Output: 逶
Perl:
my $char = "\x{9036}";
print $char; # Output: 逶
PHP:
$char = "\x{9036}";
echo $char; // Output: 逶
Ruby:
char = "\u{9036}"
puts char # Output: 逶
Rust:
let c = '\u{9036}';
println!("{}", c); // Output: 逶
Go:
char := '\u9036'
fmt.Printf("%c\n", char) // Output: 逶
CSS:
/* CSS content property */
.element::before {
content: "\009036"; /* 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%80%B6
MD5:
7189922359ee90fd4add878daf08d4eb
SHA1:
cf51ff3efc579490a113c63b49c69bde9f567884
Base64:
6YC2