C:
char c = '\u9134';
printf("%c\n", c); // Output: 鄴
JavaScript:
const char = '\u9134';
console.log(char); // Output: 鄴
Java:
char c = '\u9134';
System.out.println(c); // Output: 鄴
JSON:
{"text": "\u9134"} // Value: 鄴
Python:
char = '\u9134'
print(char) # Output: 鄴
Perl:
my $char = "\x{9134}";
print $char; # Output: 鄴
PHP:
$char = "\x{9134}";
echo $char; // Output: 鄴
Ruby:
char = "\u{9134}"
puts char # Output: 鄴
Rust:
let c = '\u{9134}';
println!("{}", c); // Output: 鄴
Go:
char := '\u9134'
fmt.Printf("%c\n", char) // Output: 鄴
CSS:
/* CSS content property */
.element::before {
content: "\009134"; /* 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%84%B4
MD5:
05b2484701fa36d1a974db551a20f5db
SHA1:
fe660187d046b5aa337112a0e8ab24a1f12974db
Base64:
6YS0