C:
char c = '\u6C74';
printf("%c\n", c); // Output: 汴
JavaScript:
const char = '\u6C74';
console.log(char); // Output: 汴
Java:
char c = '\u6C74';
System.out.println(c); // Output: 汴
JSON:
{"text": "\u6C74"} // Value: 汴
Python:
char = '\u6C74'
print(char) # Output: 汴
Perl:
my $char = "\x{6C74}";
print $char; # Output: 汴
PHP:
$char = "\x{6C74}";
echo $char; // Output: 汴
Ruby:
char = "\u{6C74}"
puts char # Output: 汴
Rust:
let c = '\u{6C74}';
println!("{}", c); // Output: 汴
Go:
char := '\u6C74'
fmt.Printf("%c\n", char) // Output: 汴
CSS:
/* CSS content property */
.element::before {
content: "\006C74"; /* 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=%E6%B1%B4
MD5:
84b6c1768cc83128ff282833e9e35dd1
SHA1:
9703778fbc7cfe5df3935ff14c60d2f7414aecb8
Base64:
5rG0