Unicode Finder

"꒝" U+A49D(YI RADICAL YO)

U+A49D
ブロック名
Yi Radicals
名前
YI RADICAL YO

Programming

C
\uA49D
JavaScript
\uA49D
Java
\uA49D
Json
\uA49D
Python
\uA49D
Perl
\x{A49D}
PHP
\x{A49D}
Ruby
\u{A49D}
Rust
\u{A49D}
Go
\uA49D

Web

CSS
\00A49D
HtmlDecimal
꒝
HtmlHexadecimal
꒝
Url
%EA%92%9D

Code

MD5
69143901ab088555624cb05e32e8e8df
Sha1
cf8abb25379c4fd5527368949187122ec681783f
Base64
6pKd

使用例

Programming Languages

C:

char c = '\uA49D';
printf("%c\n", c);  // Output: ꒝

JavaScript:

const char = '\uA49D';
console.log(char);  // Output: ꒝

Java:

char c = '\uA49D';
System.out.println(c);  // Output: ꒝

JSON:

{"text": "\uA49D"}  // Value: ꒝

Python:

char = '\uA49D'
print(char)  # Output: ꒝

Perl:

my $char = "\x{A49D}";
print $char;  # Output: ꒝

PHP:

$char = "\x{A49D}";
echo $char;  // Output: ꒝

Ruby:

char = "\u{A49D}"
puts char  # Output: ꒝

Rust:

let c = '\u{A49D}';
println!("{}", c);  // Output: ꒝

Go:

char := '\uA49D'
fmt.Printf("%c\n", char)  // Output: ꒝

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00A49D";  /* Display: ꒝ */
}

HTML Decimal:

<p>HTML decimal: &#42141;</p>  <!-- Display: ꒝ -->

HTML Hexadecimal:

<p>HTML hex: &#xA49D;</p>  <!-- Display: ꒝ -->

URL Encoding:

// ꒝ URL encoding
https://unicodefinder.com/search.php?query=%EA%92%9D

Encodings

MD5:

69143901ab088555624cb05e32e8e8df

SHA1:

cf8abb25379c4fd5527368949187122ec681783f

Base64:

6pKd