C:
char c = '\u519F';
printf("%c\n", c); // Output: 冟
JavaScript:
const char = '\u519F';
console.log(char); // Output: 冟
Java:
char c = '\u519F';
System.out.println(c); // Output: 冟
JSON:
{"text": "\u519F"} // Value: 冟
Python:
char = '\u519F'
print(char) # Output: 冟
Perl:
my $char = "\x{519F}";
print $char; # Output: 冟
PHP:
$char = "\x{519F}";
echo $char; // Output: 冟
Ruby:
char = "\u{519F}"
puts char # Output: 冟
Rust:
let c = '\u{519F}';
println!("{}", c); // Output: 冟
Go:
char := '\u519F'
fmt.Printf("%c\n", char) // Output: 冟
CSS:
/* CSS content property */
.element::before {
content: "\00519F"; /* 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%9F
MD5:
0492ebde67c2f323d606141b62a6b16c
SHA1:
1c6c46ccaa684da6aa2a12bfdad2cdba741a9ef2
Base64:
5Yaf