C:
char c = '\u8B39';
printf("%c\n", c); // Output: 謹
JavaScript:
const char = '\u8B39';
console.log(char); // Output: 謹
Java:
char c = '\u8B39';
System.out.println(c); // Output: 謹
JSON:
{"text": "\u8B39"} // Value: 謹
Python:
char = '\u8B39'
print(char) # Output: 謹
Perl:
my $char = "\x{8B39}";
print $char; # Output: 謹
PHP:
$char = "\x{8B39}";
echo $char; // Output: 謹
Ruby:
char = "\u{8B39}"
puts char # Output: 謹
Rust:
let c = '\u{8B39}';
println!("{}", c); // Output: 謹
Go:
char := '\u8B39'
fmt.Printf("%c\n", char) // Output: 謹
CSS:
/* CSS content property */
.element::before {
content: "\008B39"; /* 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%AC%B9
MD5:
ad2d023c58dd56a33834a1a0d62eae52
SHA1:
4504f7d4cd0ad034035d8cb5f29fcdb9c799443a
Base64:
6Ky5