Unicode Finder

"꧕" U+A9D5(JAVANESE DIGIT FIVE)

U+A9D5
ブロック名
Javanese
名前
JAVANESE DIGIT FIVE

Programming

C
\uA9D5
JavaScript
\uA9D5
Java
\uA9D5
Json
\uA9D5
Python
\uA9D5
Perl
\x{A9D5}
PHP
\x{A9D5}
Ruby
\u{A9D5}
Rust
\u{A9D5}
Go
\uA9D5

Web

CSS
\00A9D5
HtmlDecimal
꧕
HtmlHexadecimal
꧕
Url
%EA%A7%95

Code

MD5
35ebe689cbd3ff3fc209e35794e85952
Sha1
eded04de9e8b8f5c9668f066897ef369cf3f97c2
Base64
6qeV

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA9D5';
console.log(char);  // Output: ꧕

Java:

char c = '\uA9D5';
System.out.println(c);  // Output: ꧕

JSON:

{"text": "\uA9D5"}  // Value: ꧕

Python:

char = '\uA9D5'
print(char)  # Output: ꧕

Perl:

my $char = "\x{A9D5}";
print $char;  # Output: ꧕

PHP:

$char = "\x{A9D5}";
echo $char;  // Output: ꧕

Ruby:

char = "\u{A9D5}"
puts char  # Output: ꧕

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43477;</p>  <!-- Display: ꧕ -->

HTML Hexadecimal:

<p>HTML hex: &#xA9D5;</p>  <!-- Display: ꧕ -->

URL Encoding:

// ꧕ URL encoding
https://unicodefinder.com/search.php?query=%EA%A7%95

Encodings

MD5:

35ebe689cbd3ff3fc209e35794e85952

SHA1:

eded04de9e8b8f5c9668f066897ef369cf3f97c2

Base64:

6qeV