C:
char c = '\u8BB5';
printf("%c\n", c); // Output: 讵
JavaScript:
const char = '\u8BB5';
console.log(char); // Output: 讵
Java:
char c = '\u8BB5';
System.out.println(c); // Output: 讵
JSON:
{"text": "\u8BB5"} // Value: 讵
Python:
char = '\u8BB5'
print(char) # Output: 讵
Perl:
my $char = "\x{8BB5}";
print $char; # Output: 讵
PHP:
$char = "\x{8BB5}";
echo $char; // Output: 讵
Ruby:
char = "\u{8BB5}"
puts char # Output: 讵
Rust:
let c = '\u{8BB5}';
println!("{}", c); // Output: 讵
Go:
char := '\u8BB5'
fmt.Printf("%c\n", char) // Output: 讵
CSS:
/* CSS content property */
.element::before {
content: "\008BB5"; /* 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=%E8%AE%B5
MD5:
902b1c63e3ff64c5be5e114ba6bb6d4b
SHA1:
48d661febf0504c41d073b9da791334cbdad0afe
Base64:
6K61