C:
char c = '\u61B5';
printf("%c\n", c); // Output: 憵
JavaScript:
const char = '\u61B5';
console.log(char); // Output: 憵
Java:
char c = '\u61B5';
System.out.println(c); // Output: 憵
JSON:
{"text": "\u61B5"} // Value: 憵
Python:
char = '\u61B5'
print(char) # Output: 憵
Perl:
my $char = "\x{61B5}";
print $char; # Output: 憵
PHP:
$char = "\x{61B5}";
echo $char; // Output: 憵
Ruby:
char = "\u{61B5}"
puts char # Output: 憵
Rust:
let c = '\u{61B5}';
println!("{}", c); // Output: 憵
Go:
char := '\u61B5'
fmt.Printf("%c\n", char) // Output: 憵
CSS:
/* CSS content property */
.element::before {
content: "\0061B5"; /* 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=%E6%86%B5
MD5:
1b04967a336a00708e727539e92c0f19
SHA1:
33956df93d4ab6684fed08431a042ce301d29862
Base64:
5oa1