Unicode Finder

"ꛙ" U+A6D9(BAMUM LETTER FOM)

U+A6D9
ブロック名
Bamum
名前
BAMUM LETTER FOM

Programming

C
\uA6D9
JavaScript
\uA6D9
Java
\uA6D9
Json
\uA6D9
Python
\uA6D9
Perl
\x{A6D9}
PHP
\x{A6D9}
Ruby
\u{A6D9}
Rust
\u{A6D9}
Go
\uA6D9

Web

CSS
\00A6D9
HtmlDecimal
ꛙ
HtmlHexadecimal
ꛙ
Url
%EA%9B%99

Code

MD5
55b517a33b87782055128d95314ef2c3
Sha1
2715d183f08f9e5f67f34a4cde50f36ba8fd48f4
Base64
6puZ

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA6D9';
console.log(char);  // Output: ꛙ

Java:

char c = '\uA6D9';
System.out.println(c);  // Output: ꛙ

JSON:

{"text": "\uA6D9"}  // Value: ꛙ

Python:

char = '\uA6D9'
print(char)  # Output: ꛙ

Perl:

my $char = "\x{A6D9}";
print $char;  # Output: ꛙ

PHP:

$char = "\x{A6D9}";
echo $char;  // Output: ꛙ

Ruby:

char = "\u{A6D9}"
puts char  # Output: ꛙ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42713;</p>  <!-- Display: ꛙ -->

HTML Hexadecimal:

<p>HTML hex: &#xA6D9;</p>  <!-- Display: ꛙ -->

URL Encoding:

// ꛙ URL encoding
https://unicodefinder.com/search.php?query=%EA%9B%99

Encodings

MD5:

55b517a33b87782055128d95314ef2c3

SHA1:

2715d183f08f9e5f67f34a4cde50f36ba8fd48f4

Base64:

6puZ