Unicode Finder

"ꛟ" U+A6DF(BAMUM LETTER KO)

U+A6DF
ブロック名
Bamum
名前
BAMUM LETTER KO

Programming

C
\uA6DF
JavaScript
\uA6DF
Java
\uA6DF
Json
\uA6DF
Python
\uA6DF
Perl
\x{A6DF}
PHP
\x{A6DF}
Ruby
\u{A6DF}
Rust
\u{A6DF}
Go
\uA6DF

Web

CSS
\00A6DF
HtmlDecimal
ꛟ
HtmlHexadecimal
ꛟ
Url
%EA%9B%9F

Code

MD5
af85872b03dc98ca9dd219c55540e44e
Sha1
c5afaf9155ccd1996176649b3cf632a426985bc1
Base64
6puf

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA6DF';
console.log(char);  // Output: ꛟ

Java:

char c = '\uA6DF';
System.out.println(c);  // Output: ꛟ

JSON:

{"text": "\uA6DF"}  // Value: ꛟ

Python:

char = '\uA6DF'
print(char)  # Output: ꛟ

Perl:

my $char = "\x{A6DF}";
print $char;  # Output: ꛟ

PHP:

$char = "\x{A6DF}";
echo $char;  // Output: ꛟ

Ruby:

char = "\u{A6DF}"
puts char  # Output: ꛟ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42719;</p>  <!-- Display: ꛟ -->

HTML Hexadecimal:

<p>HTML hex: &#xA6DF;</p>  <!-- Display: ꛟ -->

URL Encoding:

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

Encodings

MD5:

af85872b03dc98ca9dd219c55540e44e

SHA1:

c5afaf9155ccd1996176649b3cf632a426985bc1

Base64:

6puf