C:
char c = '\u51B1';
printf("%c\n", c); // Output: 冱
JavaScript:
const char = '\u51B1';
console.log(char); // Output: 冱
Java:
char c = '\u51B1';
System.out.println(c); // Output: 冱
JSON:
{"text": "\u51B1"} // Value: 冱
Python:
char = '\u51B1'
print(char) # Output: 冱
Perl:
my $char = "\x{51B1}";
print $char; # Output: 冱
PHP:
$char = "\x{51B1}";
echo $char; // Output: 冱
Ruby:
char = "\u{51B1}"
puts char # Output: 冱
Rust:
let c = '\u{51B1}';
println!("{}", c); // Output: 冱
Go:
char := '\u51B1'
fmt.Printf("%c\n", char) // Output: 冱
CSS:
/* CSS content property */
.element::before {
content: "\0051B1"; /* 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=%E5%86%B1
MD5:
585412da793fea3c1fd48c63660a371b
SHA1:
c9439fbd5108954583bde8dde20f3339972a6cb2
Base64:
5Yax