C:
char c = '\u9215';
printf("%c\n", c); // Output: 鈕
JavaScript:
const char = '\u9215';
console.log(char); // Output: 鈕
Java:
char c = '\u9215';
System.out.println(c); // Output: 鈕
JSON:
{"text": "\u9215"} // Value: 鈕
Python:
char = '\u9215'
print(char) # Output: 鈕
Perl:
my $char = "\x{9215}";
print $char; # Output: 鈕
PHP:
$char = "\x{9215}";
echo $char; // Output: 鈕
Ruby:
char = "\u{9215}"
puts char # Output: 鈕
Rust:
let c = '\u{9215}';
println!("{}", c); // Output: 鈕
Go:
char := '\u9215'
fmt.Printf("%c\n", char) // Output: 鈕
CSS:
/* CSS content property */
.element::before {
content: "\009215"; /* 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%88%95
MD5:
591d9cfabc4327b2ec97218a41a6cd6b
SHA1:
ed0f299e97ec91137627ce329ee31a184b77bc57
Base64:
6YiV