C:
char c = '\u7235';
printf("%c\n", c); // Output: 爵
JavaScript:
const char = '\u7235';
console.log(char); // Output: 爵
Java:
char c = '\u7235';
System.out.println(c); // Output: 爵
JSON:
{"text": "\u7235"} // Value: 爵
Python:
char = '\u7235'
print(char) # Output: 爵
Perl:
my $char = "\x{7235}";
print $char; # Output: 爵
PHP:
$char = "\x{7235}";
echo $char; // Output: 爵
Ruby:
char = "\u{7235}"
puts char # Output: 爵
Rust:
let c = '\u{7235}';
println!("{}", c); // Output: 爵
Go:
char := '\u7235'
fmt.Printf("%c\n", char) // Output: 爵
CSS:
/* CSS content property */
.element::before {
content: "\007235"; /* 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=%E7%88%B5
MD5:
9f84e3b96b100b37fd63bff9f2405549
SHA1:
71a55ba7988cb4c472c3ca43189b947a934194a6
Base64:
54i1