C:
char c = '\u903B';
printf("%c\n", c); // Output: 逻
JavaScript:
const char = '\u903B';
console.log(char); // Output: 逻
Java:
char c = '\u903B';
System.out.println(c); // Output: 逻
JSON:
{"text": "\u903B"} // Value: 逻
Python:
char = '\u903B'
print(char) # Output: 逻
Perl:
my $char = "\x{903B}";
print $char; # Output: 逻
PHP:
$char = "\x{903B}";
echo $char; // Output: 逻
Ruby:
char = "\u{903B}"
puts char # Output: 逻
Rust:
let c = '\u{903B}';
println!("{}", c); // Output: 逻
Go:
char := '\u903B'
fmt.Printf("%c\n", char) // Output: 逻
CSS:
/* CSS content property */
.element::before {
content: "\00903B"; /* 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%BB
MD5:
3da5ff4e33ece085597bb472e20b5b14
SHA1:
18f458246c2dbcc0333139239e9df2eea3d36e9c
Base64:
6YC7