C:
char c = '\u9812';
printf("%c\n", c); // Output: 頒
JavaScript:
const char = '\u9812';
console.log(char); // Output: 頒
Java:
char c = '\u9812';
System.out.println(c); // Output: 頒
JSON:
{"text": "\u9812"} // Value: 頒
Python:
char = '\u9812'
print(char) # Output: 頒
Perl:
my $char = "\x{9812}";
print $char; # Output: 頒
PHP:
$char = "\x{9812}";
echo $char; // Output: 頒
Ruby:
char = "\u{9812}"
puts char # Output: 頒
Rust:
let c = '\u{9812}';
println!("{}", c); // Output: 頒
Go:
char := '\u9812'
fmt.Printf("%c\n", char) // Output: 頒
CSS:
/* CSS content property */
.element::before {
content: "\009812"; /* 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%A0%92
MD5:
6bd29c155c2759a33463f438729e5478
SHA1:
c63c1dc586110aad2373b9b456cefa04c5889f6a
Base64:
6aCS